Interface RagMetadataSchemaDetailsOrBuilder (3.89.0)

public interface RagMetadataSchemaDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGranularity()

public abstract RagMetadataSchemaDetails.Granularity getGranularity()

The granularity associated with this RagMetadataSchema.

optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.Granularity granularity = 3;

Returns
Type Description
RagMetadataSchemaDetails.Granularity

The granularity.

getGranularityValue()

public abstract int getGranularityValue()

The granularity associated with this RagMetadataSchema.

optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.Granularity granularity = 3;

Returns
Type Description
int

The enum numeric value on the wire for granularity.

getListConfig()

public abstract RagMetadataSchemaDetails.ListConfig getListConfig()

Config for List data type.

.google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.ListConfig list_config = 2;

Returns
Type Description
RagMetadataSchemaDetails.ListConfig

The listConfig.

getListConfigOrBuilder()

public abstract RagMetadataSchemaDetails.ListConfigOrBuilder getListConfigOrBuilder()

Config for List data type.

.google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.ListConfig list_config = 2;

Returns
Type Description
RagMetadataSchemaDetails.ListConfigOrBuilder

getSearchStrategy()

public abstract RagMetadataSchemaDetails.SearchStrategy getSearchStrategy()

The search strategy for the metadata value of the key.

optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.SearchStrategy search_strategy = 4;

Returns
Type Description
RagMetadataSchemaDetails.SearchStrategy

The searchStrategy.

getSearchStrategyOrBuilder()

public abstract RagMetadataSchemaDetails.SearchStrategyOrBuilder getSearchStrategyOrBuilder()

The search strategy for the metadata value of the key.

optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.SearchStrategy search_strategy = 4;

Returns
Type Description
RagMetadataSchemaDetails.SearchStrategyOrBuilder

getType()

public abstract RagMetadataSchemaDetails.DataType getType()

Type of the metadata.

optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.DataType type = 1;

Returns
Type Description
RagMetadataSchemaDetails.DataType

The type.

getTypeValue()

public abstract int getTypeValue()

Type of the metadata.

optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.DataType type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.

hasGranularity()

public abstract boolean hasGranularity()

The granularity associated with this RagMetadataSchema.

optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.Granularity granularity = 3;

Returns
Type Description
boolean

Whether the granularity field is set.

hasListConfig()

public abstract boolean hasListConfig()

Config for List data type.

.google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.ListConfig list_config = 2;

Returns
Type Description
boolean

Whether the listConfig field is set.

hasSearchStrategy()

public abstract boolean hasSearchStrategy()

The search strategy for the metadata value of the key.

optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.SearchStrategy search_strategy = 4;

Returns
Type Description
boolean

Whether the searchStrategy field is set.

hasType()

public abstract boolean hasType()

Type of the metadata.

optional .google.cloud.aiplatform.v1beta1.RagMetadataSchemaDetails.DataType type = 1;

Returns
Type Description
boolean

Whether the type field is set.