Uses of Enum
com.google.cloud.aiplatform.v1.Examples.ExampleGcsSource.DataFormat
Packages that use Examples.ExampleGcsSource.DataFormat
-
Uses of Examples.ExampleGcsSource.DataFormat in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Examples.ExampleGcsSource.DataFormatModifier and TypeMethodDescriptionExamples.ExampleGcsSource.DataFormat.forNumber(int value) Examples.ExampleGcsSource.Builder.getDataFormat()The format in which instances are given, if not specified, assume it's JSONL format.Examples.ExampleGcsSource.getDataFormat()The format in which instances are given, if not specified, assume it's JSONL format.Examples.ExampleGcsSourceOrBuilder.getDataFormat()The format in which instances are given, if not specified, assume it's JSONL format.Examples.ExampleGcsSource.DataFormat.valueOf(int value) Deprecated.Examples.ExampleGcsSource.DataFormat.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static Examples.ExampleGcsSource.DataFormat[]Examples.ExampleGcsSource.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 Examples.ExampleGcsSource.DataFormatModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Examples.ExampleGcsSource.DataFormat>Examples.ExampleGcsSource.DataFormat.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type Examples.ExampleGcsSource.DataFormatModifier and TypeMethodDescriptionExamples.ExampleGcsSource.Builder.setDataFormat(Examples.ExampleGcsSource.DataFormat value) The format in which instances are given, if not specified, assume it's JSONL format.