Enum ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat (3.42.0)

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

Static 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

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()