Class OriginalModelInfo (1.24.1)

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

Contains information about the original Model if this Model is a copy.

Attribute

NameDescription
model str
Output only. The resource name of the Model this Model is a copy of, including the revision. Format: projects/{project}/locations/{location}/models/{model_id}@{version_id}

Inheritance

builtins.object > proto.message.Message > OriginalModelInfo