Class: Google::Cloud::Retail::V2::ResumeModelRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/model_service.rb

Overview

Request for resuming training of a model.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the model to resume. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}.

Returns:

  • (::String)

    Required. The name of the model to resume. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}



83
84
85
86
# File 'proto_docs/google/cloud/retail/v2/model_service.rb', line 83

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