Class: Google::Cloud::AutoML::V1beta1::BatchPredictOperationMetadata::BatchPredictOutputInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::BatchPredictOperationMetadata::BatchPredictOutputInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/operations.rb
Overview
Further describes this batch predict's output. Supplements
Instance Attribute Summary collapse
-
#bigquery_output_dataset ⇒ ::String
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.
-
#gcs_output_directory ⇒ ::String
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
Instance Attribute Details
#bigquery_output_dataset ⇒ ::String
Returns The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.
152 153 154 155 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 152 class BatchPredictOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_output_directory ⇒ ::String
Returns The full path of the Google Cloud Storage directory created, into which the prediction output is written.
152 153 154 155 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 152 class BatchPredictOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |