Uses of Class
com.google.cloud.aiplatform.v1beta1.ExamplesOverride.DataFormat
-
Packages that use ExamplesOverride.DataFormat Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of ExamplesOverride.DataFormat in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ExamplesOverride.DataFormat Modifier and Type Method Description static ExamplesOverride.DataFormat
ExamplesOverride.DataFormat. forNumber(int value)
ExamplesOverride.DataFormat
ExamplesOverride.Builder. getDataFormat()
The format of the data being provided with each call.ExamplesOverride.DataFormat
ExamplesOverride. getDataFormat()
The format of the data being provided with each call.ExamplesOverride.DataFormat
ExamplesOverrideOrBuilder. getDataFormat()
The format of the data being provided with each call.static ExamplesOverride.DataFormat
ExamplesOverride.DataFormat. valueOf(int value)
Deprecated.static ExamplesOverride.DataFormat
ExamplesOverride.DataFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ExamplesOverride.DataFormat
ExamplesOverride.DataFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExamplesOverride.DataFormat[]
ExamplesOverride.DataFormat. 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 ExamplesOverride.DataFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ExamplesOverride.DataFormat>
ExamplesOverride.DataFormat. internalGetValueMap()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ExamplesOverride.DataFormat Modifier and Type Method Description ExamplesOverride.Builder
ExamplesOverride.Builder. setDataFormat(ExamplesOverride.DataFormat value)
The format of the data being provided with each call.
-