Class: Google::Cloud::AutoML::V1beta1::ExportModelOperationMetadata::ExportModelOutputInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/operations.rb

Overview

Further describes the output of model export. Supplements

ModelExportOutputConfig.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    The full path of the Google Cloud Storage directory created, into which the model will be exported.



175
176
177
178
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 175

class ExportModelOutputInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end