Class: Google::Cloud::AutoML::V1beta1::BatchPredictOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::BatchPredictOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/operations.rb
Overview
Details of BatchPredict operation.
Defined Under Namespace
Classes: BatchPredictOutputInfo
Instance Attribute Summary collapse
-
#input_config ⇒ ::Google::Cloud::AutoML::V1beta1::BatchPredictInputConfig
Output only.
-
#output_info ⇒ ::Google::Cloud::AutoML::V1beta1::BatchPredictOperationMetadata::BatchPredictOutputInfo
Output only.
Instance Attribute Details
#input_config ⇒ ::Google::Cloud::AutoML::V1beta1::BatchPredictInputConfig
Returns Output only. The input config that was given upon starting this batch predict operation.
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 136 class BatchPredictOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes this batch predict's output. # Supplements # # {::Google::Cloud::AutoML::V1beta1::BatchPredictOutputConfig BatchPredictOutputConfig}. # @!attribute [rw] gcs_output_directory # @return [::String] # The full path of the Google Cloud Storage directory created, into which # the prediction output is written. # @!attribute [rw] bigquery_output_dataset # @return [::String] # The path of the BigQuery dataset created, in bq://projectId.bqDatasetId # format, into which the prediction output is written. class BatchPredictOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#output_info ⇒ ::Google::Cloud::AutoML::V1beta1::BatchPredictOperationMetadata::BatchPredictOutputInfo
Returns Output only. Information further describing this batch predict's output.
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 136 class BatchPredictOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes this batch predict's output. # Supplements # # {::Google::Cloud::AutoML::V1beta1::BatchPredictOutputConfig BatchPredictOutputConfig}. # @!attribute [rw] gcs_output_directory # @return [::String] # The full path of the Google Cloud Storage directory created, into which # the prediction output is written. # @!attribute [rw] bigquery_output_dataset # @return [::String] # The path of the BigQuery dataset created, in bq://projectId.bqDatasetId # format, into which the prediction output is written. class BatchPredictOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |