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.DataFormatExamplesOverride.DataFormat. forNumber(int value)ExamplesOverride.DataFormatExamplesOverride.Builder. getDataFormat()The format of the data being provided with each call.ExamplesOverride.DataFormatExamplesOverride. getDataFormat()The format of the data being provided with each call.ExamplesOverride.DataFormatExamplesOverrideOrBuilder. getDataFormat()The format of the data being provided with each call.static ExamplesOverride.DataFormatExamplesOverride.DataFormat. valueOf(int value)Deprecated.static ExamplesOverride.DataFormatExamplesOverride.DataFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ExamplesOverride.DataFormatExamplesOverride.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.BuilderExamplesOverride.Builder. setDataFormat(ExamplesOverride.DataFormat value)The format of the data being provided with each call.
-