Class GoogleCloudAiplatformV1beta1SchemaPromptInstancePromptExecution
A prompt instance's parameters set that contains a set of variable values.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SchemaPromptInstancePromptExecution : IDirectResponseSchema
Properties
Arguments
Maps variable names to their value.
Declaration
[JsonProperty("arguments")]
public virtual IDictionary<string, GoogleCloudAiplatformV1beta1SchemaPromptInstanceVariableValue> Arguments { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudAiplatformV1beta1SchemaPromptInstanceVariableValue> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |