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
158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 158 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. # # Note: The following fields are mutually exclusive: `gcs_output_directory`, `bigquery_output_dataset`. If a field in that set is populated, all other fields in the set will automatically be cleared. # @!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. # # Note: The following fields are mutually exclusive: `bigquery_output_dataset`, `gcs_output_directory`. If a field in that set is populated, all other fields in the set will automatically be cleared. class BatchPredictOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#output_info ⇒ ::Google::Cloud::AutoML::V1beta1::BatchPredictOperationMetadata::BatchPredictOutputInfo
158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 158 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. # # Note: The following fields are mutually exclusive: `gcs_output_directory`, `bigquery_output_dataset`. If a field in that set is populated, all other fields in the set will automatically be cleared. # @!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. # # Note: The following fields are mutually exclusive: `bigquery_output_dataset`, `gcs_output_directory`. If a field in that set is populated, all other fields in the set will automatically be cleared. class BatchPredictOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |