Class: Google::Cloud::AutoML::V1::BatchPredictOperationMetadata::BatchPredictOutputInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::BatchPredictOperationMetadata::BatchPredictOutputInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/operations.rb
Overview
Further describes this batch predict's output. Supplements BatchPredictOutputConfig.
Instance Attribute Summary collapse
-
#gcs_output_directory ⇒ ::String
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
Instance Attribute Details
#gcs_output_directory ⇒ ::String
Returns The full path of the Google Cloud Storage directory created, into which the prediction output is written.
149 150 151 152 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 149 class BatchPredictOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |