Class: Google::Cloud::AutoML::V1beta1::BatchPredictOperationMetadata

Inherits:
Object
  • Object
show all
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

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.

Returns:



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

Returns Output only. Information further describing this batch predict's output.

Returns:



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