public enum ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat extends Enum<ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat> implements ProtocolMessageEnum
The storage format of the predictions generated BatchPrediction job.
Protobuf enum
google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BIGQUERY |
Predictions are in BigQuery. |
BIGQUERY_VALUE |
Predictions are in BigQuery. |
JSONL |
Predictions are in JSONL files. |
JSONL_VALUE |
Predictions are in JSONL files. |
PREDICTION_FORMAT_UNSPECIFIED |
Should not be set. |
PREDICTION_FORMAT_UNSPECIFIED_VALUE |
Should not be set. |
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() |