Class: Google::Cloud::AutoML::V1::ExportModelOperationMetadata::ExportModelOutputInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::ExportModelOperationMetadata::ExportModelOutputInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/operations.rb
Overview
Further describes the output of model export. Supplements ModelExportOutputConfig.
Instance Attribute Summary collapse
-
#gcs_output_directory ⇒ ::String
The full path of the Google Cloud Storage directory created, into which the model will be exported.
Instance Attribute Details
#gcs_output_directory ⇒ ::String
Returns The full path of the Google Cloud Storage directory created, into which the model will be exported.
172 173 174 175 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 172 class ExportModelOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |