Class: Google::Cloud::AutoML::V1::BatchPredictOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::BatchPredictOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/operations.rb
Overview
Details of BatchPredict operation.
Defined Under Namespace
Classes: BatchPredictOutputInfo
Instance Attribute Summary collapse
-
#input_config ⇒ ::Google::Cloud::AutoML::V1::BatchPredictInputConfig
Output only.
-
#output_info ⇒ ::Google::Cloud::AutoML::V1::BatchPredictOperationMetadata::BatchPredictOutputInfo
Output only.
Instance Attribute Details
#input_config ⇒ ::Google::Cloud::AutoML::V1::BatchPredictInputConfig
Returns Output only. The input config that was given upon starting this batch predict operation.
138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 138 class BatchPredictOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes this batch predict's output. # Supplements # {::Google::Cloud::AutoML::V1::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. class BatchPredictOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#output_info ⇒ ::Google::Cloud::AutoML::V1::BatchPredictOperationMetadata::BatchPredictOutputInfo
Returns Output only. Information further describing this batch predict's output.
138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 138 class BatchPredictOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes this batch predict's output. # Supplements # {::Google::Cloud::AutoML::V1::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. class BatchPredictOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |