Class GoogleCloudAiplatformV1beta1AugmentPromptRequestModel
Metadata of the backend deployed model.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1AugmentPromptRequestModel : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Model
Optional. The model that the user will send the augmented prompt for content generation.
Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type | Description |
---|---|
string |
ModelVersion
Optional. The model version of the backend deployed model.
Declaration
[JsonProperty("modelVersion")]
public virtual string ModelVersion { get; set; }
Property Value
Type | Description |
---|---|
string |