Class: Google::Cloud::AutoML::V1beta1::ExportModelOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::ExportModelOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/operations.rb
Overview
Details of ExportModel operation.
Defined Under Namespace
Classes: ExportModelOutputInfo
Instance Attribute Summary collapse
-
#output_info ⇒ ::Google::Cloud::AutoML::V1beta1::ExportModelOperationMetadata::ExportModelOutputInfo
Output only.
Instance Attribute Details
#output_info ⇒ ::Google::Cloud::AutoML::V1beta1::ExportModelOperationMetadata::ExportModelOutputInfo
Returns Output only. Information further describing the output of this model export.
189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 189 class ExportModelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes the output of model export. # Supplements # # {::Google::Cloud::AutoML::V1beta1::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 |