public enum ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat extends Enum<ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat> implements ProtocolMessageEnum
Supported data format.
Protobuf enum
google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CSV |
CSV files. |
CSV_VALUE |
CSV files. |
DATA_FORMAT_UNSPECIFIED |
Data format unspecified, used when this field is unset. |
DATA_FORMAT_UNSPECIFIED_VALUE |
Data format unspecified, used when this field is unset. |
JSONL |
JsonL files. |
JSONL_VALUE |
JsonL files. |
TF_RECORD |
TfRecord files |
TF_RECORD_VALUE |
TfRecord files |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |