public interface PresetsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Presets.Modality |
getModality()
The modality of the uploaded model, which automatically configures the
distance measurement and feature normalization for the underlying example
index and queries.
|
int |
getModalityValue()
The modality of the uploaded model, which automatically configures the
distance measurement and feature normalization for the underlying example
index and queries.
|
Presets.Query |
getQuery()
Preset option controlling parameters for speed-precision trade-off when
querying for examples.
|
int |
getQueryValue()
Preset option controlling parameters for speed-precision trade-off when
querying for examples.
|
boolean |
hasQuery()
Preset option controlling parameters for speed-precision trade-off when
querying for examples.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasQuery()
Preset option controlling parameters for speed-precision trade-off when querying for examples. If omitted, defaults to `PRECISE`.
optional .google.cloud.aiplatform.v1.Presets.Query query = 1;int getQueryValue()
Preset option controlling parameters for speed-precision trade-off when querying for examples. If omitted, defaults to `PRECISE`.
optional .google.cloud.aiplatform.v1.Presets.Query query = 1;Presets.Query getQuery()
Preset option controlling parameters for speed-precision trade-off when querying for examples. If omitted, defaults to `PRECISE`.
optional .google.cloud.aiplatform.v1.Presets.Query query = 1;int getModalityValue()
The modality of the uploaded model, which automatically configures the distance measurement and feature normalization for the underlying example index and queries. If your model does not precisely fit one of these types, it is okay to choose the closest type.
.google.cloud.aiplatform.v1.Presets.Modality modality = 2;Presets.Modality getModality()
The modality of the uploaded model, which automatically configures the distance measurement and feature normalization for the underlying example index and queries. If your model does not precisely fit one of these types, it is okay to choose the closest type.
.google.cloud.aiplatform.v1.Presets.Modality modality = 2;Copyright © 2024 Google LLC. All rights reserved.