Vertex AI V1 API - Module Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::ExplanationConfig::ExplanationBaseline::PredictionFormat (v0.5.0)

Reference documentation and code samples for the Vertex AI V1 API module Google::Cloud::AIPlatform::V1::ModelMonitoringObjectiveConfig::ExplanationConfig::ExplanationBaseline::PredictionFormat.

The storage format of the predictions generated BatchPrediction job.

Constants

PREDICTION_FORMAT_UNSPECIFIED

value: 0
Should not be set.

JSONL

value: 2
Predictions are in JSONL files.

BIGQUERY

value: 3
Predictions are in BigQuery.