Class GoogleCloudAiplatformV1beta1AugmentPromptRequest
Request message for AugmentPrompt.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1AugmentPromptRequest : IDirectResponseSchema
Properties
Contents
Optional. Input content to augment, only text format is supported for now.
Declaration
[JsonProperty("contents")]
public virtual IList<GoogleCloudAiplatformV1beta1Content> Contents { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1Content> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Model
Optional. Metadata of the backend deployed model.
Declaration
[JsonProperty("model")]
public virtual GoogleCloudAiplatformV1beta1AugmentPromptRequestModel Model { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1AugmentPromptRequestModel |
VertexRagStore
Optional. Retrieves contexts from the Vertex RagStore.
Declaration
[JsonProperty("vertexRagStore")]
public virtual GoogleCloudAiplatformV1beta1VertexRagStore VertexRagStore { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1VertexRagStore |