Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1SchemaPromptApiSchema

The A2 schema of a prompt.

Inheritance
object
GoogleCloudAiplatformV1beta1SchemaPromptApiSchema
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaPromptApiSchema : 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<GoogleCloudAiplatformV1beta1SchemaPromptInstancePromptExecution> Executions { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1SchemaPromptInstancePromptExecution>

MultimodalPrompt

Multimodal prompt which embeds preambles to prompt string.

Declaration
[JsonProperty("multimodalPrompt")]
public virtual GoogleCloudAiplatformV1beta1SchemaPromptSpecMultimodalPrompt MultimodalPrompt { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1SchemaPromptSpecMultimodalPrompt

StructuredPrompt

The prompt variation that stores preambles in separate fields.

Declaration
[JsonProperty("structuredPrompt")]
public virtual GoogleCloudAiplatformV1beta1SchemaPromptSpecStructuredPrompt StructuredPrompt { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1SchemaPromptSpecStructuredPrompt

TranslationPrompt

The prompt variation for Translation use case.

Declaration
[JsonProperty("translationPrompt")]
public virtual GoogleCloudAiplatformV1beta1SchemaPromptSpecTranslationPrompt TranslationPrompt { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1SchemaPromptSpecTranslationPrompt

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX