Class GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfig
Configuration for GenAiAdvancedFeatures.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RagConfig
Configuration for Retrieval Augmented Generation feature.
Declaration
[JsonProperty("ragConfig")]
public virtual GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfigRagConfig RagConfig { get; set; }
Property Value
Type | Description |
---|---|
Google |