Class: Google::Cloud::Retail::V2::CreateModelMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::CreateModelMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/model_service.rb
Overview
Metadata associated with a create operation.
Instance Attribute Summary collapse
-
#model ⇒ ::String
The resource name of the model that this create applies to.
Instance Attribute Details
#model ⇒ ::String
Returns The resource name of the model that this create applies to.
Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}
.
148 149 150 151 |
# File 'proto_docs/google/cloud/retail/v2/model_service.rb', line 148 class CreateModelMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |