Enum ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat (2.5.3)

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.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat

Implements

ProtocolMessageEnum

Fields

NameDescription
BIGQUERY

Predictions are in BigQuery.

BIGQUERY = 3;

BIGQUERY_VALUE

Predictions are in BigQuery.

BIGQUERY = 3;

JSONL

Predictions are in JSONL files.

JSONL = 2;

JSONL_VALUE

Predictions are in JSONL files.

JSONL = 2;

PREDICTION_FORMAT_UNSPECIFIED

Should not be set.

PREDICTION_FORMAT_UNSPECIFIED = 0;

PREDICTION_FORMAT_UNSPECIFIED_VALUE

Should not be set.

PREDICTION_FORMAT_UNSPECIFIED = 0;

UNRECOGNIZED

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()