public interface ExamplesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Examples.ConfigCase |
getConfigCase() |
Examples.ExampleGcsSource |
getExampleGcsSource()
The Cloud Storage input instances.
|
Examples.ExampleGcsSourceOrBuilder |
getExampleGcsSourceOrBuilder()
The Cloud Storage input instances.
|
com.google.protobuf.Value |
getNearestNeighborSearchConfig()
The full configuration for the generated index, the semantics are the
same as [metadata][google.cloud.aiplatform.v1.Index.metadata] and should
match
[NearestNeighborSearchConfig](https://cloud.google.com/vertex-ai/docs/explainable-ai/configuring-explanations-example-based#nearest-neighbor-search-config).
|
com.google.protobuf.ValueOrBuilder |
getNearestNeighborSearchConfigOrBuilder()
The full configuration for the generated index, the semantics are the
same as [metadata][google.cloud.aiplatform.v1.Index.metadata] and should
match
[NearestNeighborSearchConfig](https://cloud.google.com/vertex-ai/docs/explainable-ai/configuring-explanations-example-based#nearest-neighbor-search-config).
|
int |
getNeighborCount()
The number of neighbors to return when querying for examples.
|
Presets |
getPresets()
Simplified preset configuration, which automatically sets configuration
values based on the desired query speed-precision trade-off and modality.
|
PresetsOrBuilder |
getPresetsOrBuilder()
Simplified preset configuration, which automatically sets configuration
values based on the desired query speed-precision trade-off and modality.
|
Examples.SourceCase |
getSourceCase() |
boolean |
hasExampleGcsSource()
The Cloud Storage input instances.
|
boolean |
hasNearestNeighborSearchConfig()
The full configuration for the generated index, the semantics are the
same as [metadata][google.cloud.aiplatform.v1.Index.metadata] and should
match
[NearestNeighborSearchConfig](https://cloud.google.com/vertex-ai/docs/explainable-ai/configuring-explanations-example-based#nearest-neighbor-search-config).
|
boolean |
hasPresets()
Simplified preset configuration, which automatically sets configuration
values based on the desired query speed-precision trade-off and modality.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasExampleGcsSource()
The Cloud Storage input instances.
.google.cloud.vertexai.v1.Examples.ExampleGcsSource example_gcs_source = 5;Examples.ExampleGcsSource getExampleGcsSource()
The Cloud Storage input instances.
.google.cloud.vertexai.v1.Examples.ExampleGcsSource example_gcs_source = 5;Examples.ExampleGcsSourceOrBuilder getExampleGcsSourceOrBuilder()
The Cloud Storage input instances.
.google.cloud.vertexai.v1.Examples.ExampleGcsSource example_gcs_source = 5;boolean hasNearestNeighborSearchConfig()
The full configuration for the generated index, the semantics are the same as [metadata][google.cloud.aiplatform.v1.Index.metadata] and should match [NearestNeighborSearchConfig](https://cloud.google.com/vertex-ai/docs/explainable-ai/configuring-explanations-example-based#nearest-neighbor-search-config).
.google.protobuf.Value nearest_neighbor_search_config = 2;com.google.protobuf.Value getNearestNeighborSearchConfig()
The full configuration for the generated index, the semantics are the same as [metadata][google.cloud.aiplatform.v1.Index.metadata] and should match [NearestNeighborSearchConfig](https://cloud.google.com/vertex-ai/docs/explainable-ai/configuring-explanations-example-based#nearest-neighbor-search-config).
.google.protobuf.Value nearest_neighbor_search_config = 2;com.google.protobuf.ValueOrBuilder getNearestNeighborSearchConfigOrBuilder()
The full configuration for the generated index, the semantics are the same as [metadata][google.cloud.aiplatform.v1.Index.metadata] and should match [NearestNeighborSearchConfig](https://cloud.google.com/vertex-ai/docs/explainable-ai/configuring-explanations-example-based#nearest-neighbor-search-config).
.google.protobuf.Value nearest_neighbor_search_config = 2;boolean hasPresets()
Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.
.google.cloud.vertexai.v1.Presets presets = 4;Presets getPresets()
Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.
.google.cloud.vertexai.v1.Presets presets = 4;PresetsOrBuilder getPresetsOrBuilder()
Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.
.google.cloud.vertexai.v1.Presets presets = 4;int getNeighborCount()
The number of neighbors to return when querying for examples.
int32 neighbor_count = 3;Examples.SourceCase getSourceCase()
Examples.ConfigCase getConfigCase()
Copyright © 2024 Google LLC. All rights reserved.