Class GoogleCloudAiplatformV1SchemaPromptApiSchema
The A2 schema of a prompt.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaPromptApiSchema : IDirectResponseSchema
Properties
ApiSchemaVersion
The Schema version that represents changes to the API behavior.
Declaration
[JsonProperty("apiSchemaVersion")]
public virtual string ApiSchemaVersion { 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 |
Executions
A list of execution instances for constructing a ready-to-use prompt.
Declaration
[JsonProperty("executions")]
public virtual IList<GoogleCloudAiplatformV1SchemaPromptInstancePromptExecution> Executions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1SchemaPromptInstancePromptExecution> |
MultimodalPrompt
Multimodal prompt which embeds preambles to prompt string.
Declaration
[JsonProperty("multimodalPrompt")]
public virtual GoogleCloudAiplatformV1SchemaPromptSpecMultimodalPrompt MultimodalPrompt { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1SchemaPromptSpecMultimodalPrompt |
StructuredPrompt
The prompt variation that stores preambles in separate fields.
Declaration
[JsonProperty("structuredPrompt")]
public virtual GoogleCloudAiplatformV1SchemaPromptSpecStructuredPrompt StructuredPrompt { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1SchemaPromptSpecStructuredPrompt |