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

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

Methods

name

Parameter
Name Description
value mixed

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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.