Class GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderData
Defines data for an application builder.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderData : IDirectResponseSchema
Properties
CodeRepositoryState
Serialized state of the code repository. This string will typically contain a JSON representation of the UI's CodeRepositoryService state (files, folders, content, and any metadata). The UI is responsible for serialization and deserialization.
Declaration
[JsonProperty("codeRepositoryState")]
public virtual string CodeRepositoryState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Framework
Optional. Framework used to build the application.
Declaration
[JsonProperty("framework")]
public virtual string Framework { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LinkedResources
Linked resources attached to the application by the user.
Declaration
[JsonProperty("linkedResources")]
public virtual IList<GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderDataLinkedResource> LinkedResources { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderDataLinkedResource> |