Class: Google::Cloud::AIPlatform::V1::BatchPredictionJob::OutputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchPredictionJob::OutputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb
Overview
Configures the output of BatchPredictionJob. See Model.supported_output_storage_formats for supported output formats, and how predictions are expressed via any of them.
Instance Attribute Summary collapse
-
#bigquery_destination ⇒ ::Google::Cloud::AIPlatform::V1::BigQueryDestination
The BigQuery project or dataset location where the output is to be written to.
-
#gcs_destination ⇒ ::Google::Cloud::AIPlatform::V1::GcsDestination
The Cloud Storage location of the directory where the output is to be written to.
-
#predictions_format ⇒ ::String
Required.
Instance Attribute Details
#bigquery_destination ⇒ ::Google::Cloud::AIPlatform::V1::BigQueryDestination
418 419 420 421 |
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 418 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_destination ⇒ ::Google::Cloud::AIPlatform::V1::GcsDestination
418 419 420 421 |
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 418 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#predictions_format ⇒ ::String
418 419 420 421 |
# File 'proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb', line 418 class OutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |