Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::BatchPredictionJob::OutputInfo (v0.17.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::BatchPredictionJob::OutputInfo.

Further describes this job's output. Supplements output_config.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bigquery_output_dataset

def bigquery_output_dataset() -> ::String
Returns
  • (::String) — Output only. The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.

#bigquery_output_table

def bigquery_output_table() -> ::String
Returns
  • (::String) — Output only. The name of the BigQuery table created, in predictions_<timestamp> format, into which the prediction output is written. Can be used by UI to generate the BigQuery output path, for example.

#gcs_output_directory

def gcs_output_directory() -> ::String
Returns
  • (::String) — Output only. The full path of the Cloud Storage directory created, into which the prediction output is written.