Uses of Enum
com.google.cloud.aiplatform.v1.Presets.Modality
Packages that use Presets.Modality
-
Uses of Presets.Modality in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Presets.ModalityModifier and TypeMethodDescriptionstatic Presets.ModalityPresets.Modality.forNumber(int value) 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.getModality()The modality of the uploaded model, which automatically configures the distance measurement and feature normalization for the underlying example index and queries.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.ModalityPresets.Modality.valueOf(int value) Deprecated.static Presets.ModalityPresets.Modality.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Presets.ModalityReturns 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.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Presets.ModalityModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Presets.Modality>Presets.Modality.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type Presets.ModalityModifier and TypeMethodDescriptionPresets.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.