| Modifier and Type | Method and Description |
|---|---|
static Presets.Modality |
Presets.Modality.forNumber(int value) |
Presets.Modality |
Presets.getModality()
The modality of the uploaded model, which automatically configures the
distance measurement and feature normalization for the underlying example
index and queries.
|
Presets.Modality |
Presets.Builder.getModality()
The modality of the uploaded model, which automatically configures the
distance measurement and feature normalization for the underlying example
index and queries.
|
Presets.Modality |
PresetsOrBuilder.getModality()
The modality of the uploaded model, which automatically configures the
distance measurement and feature normalization for the underlying example
index and queries.
|
static Presets.Modality |
Presets.Modality.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Presets.Modality |
Presets.Modality.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Presets.Modality |
Presets.Modality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Presets.Modality[] |
Presets.Modality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Presets.Modality> |
Presets.Modality.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Presets.Builder |
Presets.Builder.setModality(Presets.Modality value)
The modality of the uploaded model, which automatically configures the
distance measurement and feature normalization for the underlying example
index and queries.
|
Copyright © 2025 Google LLC. All rights reserved.