Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::PauseModelRequest.
Request for pausing training of a model.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. The name of the model to pause. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — 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}