Show / Hide Table of Contents

Class GoogleCloudAiplatformV1AugmentPromptRequest

Request message for AugmentPrompt.

Inheritance
object
GoogleCloudAiplatformV1AugmentPromptRequest
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 GoogleCloudAiplatformV1AugmentPromptRequest : IDirectResponseSchema

Properties

Contents

Optional. Input content to augment, only text format is supported for now.

Declaration
[JsonProperty("contents")]
public virtual IList<GoogleCloudAiplatformV1Content> Contents { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1Content>

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 GoogleCloudAiplatformV1AugmentPromptRequestModel Model { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1AugmentPromptRequestModel

VertexRagStore

Optional. Retrieves contexts from the Vertex RagStore.

Declaration
[JsonProperty("vertexRagStore")]
public virtual GoogleCloudAiplatformV1VertexRagStore VertexRagStore { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1VertexRagStore

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX