Class: Google::Cloud::AutoML::V1::ExportModelOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::ExportModelOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/operations.rb
Overview
Details of ExportModel operation.
Defined Under Namespace
Classes: ExportModelOutputInfo
Instance Attribute Summary collapse
-
#output_info ⇒ ::Google::Cloud::AutoML::V1::ExportModelOperationMetadata::ExportModelOutputInfo
Output only.
Instance Attribute Details
#output_info ⇒ ::Google::Cloud::AutoML::V1::ExportModelOperationMetadata::ExportModelOutputInfo
Returns Output only. Information further describing the output of this model export.
160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 |
# File 'proto_docs/google/cloud/automl/v1/operations.rb', line 160 class ExportModelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes the output of model export. # Supplements # {::Google::Cloud::AutoML::V1::ModelExportOutputConfig ModelExportOutputConfig}. # @!attribute [rw] gcs_output_directory # @return [::String] # The full path of the Google Cloud Storage directory created, into which # the model will be exported. class ExportModelOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |