public sealed class RagMetadataSchemaDetails.Types.SearchStrategy : IMessage<RagMetadataSchemaDetails.Types.SearchStrategy>, IEquatable<RagMetadataSchemaDetails.Types.SearchStrategy>, IDeepCloneable<RagMetadataSchemaDetails.Types.SearchStrategy>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class RagMetadataSchemaDetails.Types.SearchStrategy.
The search strategy for the metadata value of the key.
Implements
IMessageRagMetadataSchemaDetailsTypesSearchStrategy, IEquatableRagMetadataSchemaDetailsTypesSearchStrategy, IDeepCloneableRagMetadataSchemaDetailsTypesSearchStrategy, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SearchStrategy()
public SearchStrategy()SearchStrategy(SearchStrategy)
public SearchStrategy(RagMetadataSchemaDetails.Types.SearchStrategy other)| Parameter | |
|---|---|
| Name | Description |
other |
RagMetadataSchemaDetailsTypesSearchStrategy |
Properties
HasSearchStrategyType
public bool HasSearchStrategyType { get; }Gets whether the "search_strategy_type" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SearchStrategyType
public RagMetadataSchemaDetails.Types.SearchStrategy.Types.SearchStrategyType SearchStrategyType { get; set; }The search strategy type to be applied on the metadata key.
| Property Value | |
|---|---|
| Type | Description |
RagMetadataSchemaDetailsTypesSearchStrategyTypesSearchStrategyType |
|