Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderData

Defines data for an application builder.

Inheritance
object
GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX