Class CreateModelMetadata (1.10.1)

CreateModelMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata associated with a create operation.

Attribute

NameDescription
model str
The resource name of the model that this create applies to. Format: ``projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}``

Inheritance

builtins.object > proto.message.Message > CreateModelMetadata