Class: Google::Cloud::AutoML::V1::ExportDataOperationMetadata::ExportDataOutputInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::ExportDataOperationMetadata::ExportDataOutputInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/operations.rb
Overview
Further describes this export data's output. Supplements OutputConfig.
Instance Attribute Summary collapse
-
#gcs_output_directory ⇒ ::String
The full path of the Google Cloud Storage directory created, into which the exported data is written.
Instance Attribute Details
#gcs_output_directory ⇒ ::String
Returns The full path of the Google Cloud Storage directory created, into which the exported data is written.
124 125 126 127 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 124 class ExportDataOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |