Uses of Enum
com.google.cloud.aiplatform.v1.ExamplesOverride.DataFormat
Packages that use ExamplesOverride.DataFormat
-
Uses of ExamplesOverride.DataFormat in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExamplesOverride.DataFormatModifier and TypeMethodDescriptionstatic ExamplesOverride.DataFormatExamplesOverride.DataFormat.forNumber(int value) ExamplesOverride.Builder.getDataFormat()The format of the data being provided with each call.ExamplesOverride.getDataFormat()The format of the data being provided with each call.ExamplesOverrideOrBuilder.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.DataFormatReturns 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.v1 that return types with arguments of type ExamplesOverride.DataFormatModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ExamplesOverride.DataFormat>ExamplesOverride.DataFormat.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type ExamplesOverride.DataFormatModifier and TypeMethodDescriptionExamplesOverride.Builder.setDataFormat(ExamplesOverride.DataFormat value) The format of the data being provided with each call.