Class: Google::Cloud::AIPlatform::V1::BatchPredictionJob::OutputConfig

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

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

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