public static enum Examples.ExampleGcsSource.DataFormat extends Enum<Examples.ExampleGcsSource.DataFormat> implements com.google.protobuf.ProtocolMessageEnum
The format of the input example instances.Protobuf enum
google.cloud.aiplatform.v1.Examples.ExampleGcsSource.DataFormat| Enum Constant and Description |
|---|
DATA_FORMAT_UNSPECIFIED
Format unspecified, used when unset.
|
JSONL
Examples are stored in JSONL files.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_FORMAT_UNSPECIFIED_VALUE
Format unspecified, used when unset.
|
static int |
JSONL_VALUE
Examples are stored in JSONL files.
|
| Modifier and Type | Method and Description |
|---|---|
static Examples.ExampleGcsSource.DataFormat |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Examples.ExampleGcsSource.DataFormat> |
internalGetValueMap() |
static Examples.ExampleGcsSource.DataFormat |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Examples.ExampleGcsSource.DataFormat |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Examples.ExampleGcsSource.DataFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Examples.ExampleGcsSource.DataFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Examples.ExampleGcsSource.DataFormat DATA_FORMAT_UNSPECIFIED
Format unspecified, used when unset.
DATA_FORMAT_UNSPECIFIED = 0;public static final Examples.ExampleGcsSource.DataFormat JSONL
Examples are stored in JSONL files.
JSONL = 1;public static final Examples.ExampleGcsSource.DataFormat UNRECOGNIZED
public static final int DATA_FORMAT_UNSPECIFIED_VALUE
Format unspecified, used when unset.
DATA_FORMAT_UNSPECIFIED = 0;public static final int JSONL_VALUE
Examples are stored in JSONL files.
JSONL = 1;public static Examples.ExampleGcsSource.DataFormat[] values()
for (Examples.ExampleGcsSource.DataFormat c : Examples.ExampleGcsSource.DataFormat.values()) System.out.println(c);
public static Examples.ExampleGcsSource.DataFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Examples.ExampleGcsSource.DataFormat valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Examples.ExampleGcsSource.DataFormat forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Examples.ExampleGcsSource.DataFormat> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Examples.ExampleGcsSource.DataFormat valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.