Google Cloud Ai Platform V1 Client - Class PredictionFormat (0.26.2)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class PredictionFormat.

The storage format of the predictions generated BatchPrediction job.

Protobuf type google.cloud.aiplatform.v1.ModelMonitoringObjectiveConfig.ExplanationConfig.ExplanationBaseline.PredictionFormat

Namespace

Google \ Cloud \ AIPlatform \ V1 \ ModelMonitoringObjectiveConfig \ ExplanationConfig \ ExplanationBaseline

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

PREDICTION_FORMAT_UNSPECIFIED

Value: 0

Should not be set.

Generated from protobuf enum PREDICTION_FORMAT_UNSPECIFIED = 0;

JSONL

Value: 2

Predictions are in JSONL files.

Generated from protobuf enum JSONL = 2;

BIGQUERY

Value: 3

Predictions are in BigQuery.

Generated from protobuf enum BIGQUERY = 3;