Class: Google::Cloud::Retail::V2::PauseModelRequest

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 pausing training of a model.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



72
73
74
75
# File 'proto_docs/google/cloud/retail/v2/model_service.rb', line 72

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