Uses of Class
com.google.cloud.aiplatform.v1beta1.Presets.Query
-
Packages that use Presets.Query Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of Presets.Query in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Presets.Query Modifier and Type Method Description static Presets.Query
Presets.Query. forNumber(int value)
Presets.Query
Presets.Builder. getQuery()
Preset option controlling parameters for speed-precision trade-off when querying for examples.Presets.Query
Presets. getQuery()
Preset option controlling parameters for speed-precision trade-off when querying for examples.Presets.Query
PresetsOrBuilder. getQuery()
Preset option controlling parameters for speed-precision trade-off when querying for examples.static Presets.Query
Presets.Query. valueOf(int value)
Deprecated.static Presets.Query
Presets.Query. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Presets.Query
Presets.Query. valueOf(String name)
Returns the enum constant of this type with the specified name.static Presets.Query[]
Presets.Query. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type Presets.Query Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Presets.Query>
Presets.Query. internalGetValueMap()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Presets.Query Modifier and Type Method Description Presets.Builder
Presets.Builder. setQuery(Presets.Query value)
Preset option controlling parameters for speed-precision trade-off when querying for examples.
-