Class CopyModelResponse (1.24.1)

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

Response message of ModelService.CopyModel operation.

Attributes

NameDescription
model str
The name of the copied Model resource. Format: projects/{project}/locations/{location}/models/{model}
model_version_id str
Output only. The version ID of the model that is copied.

Inheritance

builtins.object > proto.message.Message > CopyModelResponse