public interface ExamplesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Examples.ConfigCase |
getConfigCase() |
GcsSource |
getGcsSource()
The Cloud Storage location for the input instances.
|
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
The Cloud Storage location for the input instances.
|
com.google.protobuf.Value |
getNearestNeighborSearchConfig()
The configuration for the generated index, the semantics are the same as
[metadata][google.cloud.aiplatform.v1beta1.Index.metadata] and should match NearestNeighborSearchConfig.
|
com.google.protobuf.ValueOrBuilder |
getNearestNeighborSearchConfigOrBuilder()
The configuration for the generated index, the semantics are the same as
[metadata][google.cloud.aiplatform.v1beta1.Index.metadata] and should match NearestNeighborSearchConfig.
|
int |
getNeighborCount()
The number of neighbors to return.
|
Presets |
getPresets()
Preset config based on the desired query speed-precision trade-off
and modality
|
PresetsOrBuilder |
getPresetsOrBuilder()
Preset config based on the desired query speed-precision trade-off
and modality
|
boolean |
hasGcsSource()
The Cloud Storage location for the input instances.
|
boolean |
hasNearestNeighborSearchConfig()
The configuration for the generated index, the semantics are the same as
[metadata][google.cloud.aiplatform.v1beta1.Index.metadata] and should match NearestNeighborSearchConfig.
|
boolean |
hasPresets()
Preset config based on the desired query speed-precision trade-off
and modality
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNearestNeighborSearchConfig()
The configuration for the generated index, the semantics are the same as [metadata][google.cloud.aiplatform.v1beta1.Index.metadata] and should match NearestNeighborSearchConfig.
.google.protobuf.Value nearest_neighbor_search_config = 2;com.google.protobuf.Value getNearestNeighborSearchConfig()
The configuration for the generated index, the semantics are the same as [metadata][google.cloud.aiplatform.v1beta1.Index.metadata] and should match NearestNeighborSearchConfig.
.google.protobuf.Value nearest_neighbor_search_config = 2;com.google.protobuf.ValueOrBuilder getNearestNeighborSearchConfigOrBuilder()
The configuration for the generated index, the semantics are the same as [metadata][google.cloud.aiplatform.v1beta1.Index.metadata] and should match NearestNeighborSearchConfig.
.google.protobuf.Value nearest_neighbor_search_config = 2;boolean hasPresets()
Preset config based on the desired query speed-precision trade-off and modality
.google.cloud.aiplatform.v1beta1.Presets presets = 4;Presets getPresets()
Preset config based on the desired query speed-precision trade-off and modality
.google.cloud.aiplatform.v1beta1.Presets presets = 4;PresetsOrBuilder getPresetsOrBuilder()
Preset config based on the desired query speed-precision trade-off and modality
.google.cloud.aiplatform.v1beta1.Presets presets = 4;boolean hasGcsSource()
The Cloud Storage location for the input instances.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;GcsSource getGcsSource()
The Cloud Storage location for the input instances.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;GcsSourceOrBuilder getGcsSourceOrBuilder()
The Cloud Storage location for the input instances.
.google.cloud.aiplatform.v1beta1.GcsSource gcs_source = 1;int getNeighborCount()
The number of neighbors to return.
int32 neighbor_count = 3;Examples.ConfigCase getConfigCase()
Copyright © 2022 Google LLC. All rights reserved.