Uses of Enum
com.google.cloud.aiplatform.v1.Presets.Query
Packages that use Presets.Query
-
Uses of Presets.Query in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Presets.QueryModifier and TypeMethodDescriptionstatic Presets.QueryPresets.Query.forNumber(int value) Presets.Builder.getQuery()Preset option controlling parameters for speed-precision trade-off when querying for examples.Presets.getQuery()Preset option controlling parameters for speed-precision trade-off when querying for examples.PresetsOrBuilder.getQuery()Preset option controlling parameters for speed-precision trade-off when querying for examples.static Presets.QueryPresets.Query.valueOf(int value) Deprecated.static Presets.QueryPresets.Query.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Presets.QueryReturns 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.v1 that return types with arguments of type Presets.QueryModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Presets.Query>Presets.Query.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type Presets.QueryModifier and TypeMethodDescriptionPresets.Builder.setQuery(Presets.Query value) Preset option controlling parameters for speed-precision trade-off when querying for examples.