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 \ ExplanationBaselineMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;