Class: Google::Cloud::AIPlatform::V1::BatchPredictionJob::OutputInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb

Overview

Further describes this job's output. Supplements output_config.

Instance Attribute Summary collapse

Instance Attribute Details

#bigquery_output_dataset::String (readonly)

Returns Output only. The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.

Returns:

  • (::String)

    Output only. The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.



433
434
435
436
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 433

class OutputInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#bigquery_output_table::String (readonly)

Returns 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.

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.



433
434
435
436
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 433

class OutputInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#gcs_output_directory::String (readonly)

Returns Output only. The full path of the Cloud Storage directory created, into which the prediction output is written.

Returns:

  • (::String)

    Output only. The full path of the Cloud Storage directory created, into which the prediction output is written.



433
434
435
436
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 433

class OutputInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end