name property
Required. The name of the model version to list checkpoints for.
projects/{project}/locations/{location}/models/{model}@{version}
Example: projects/{project}/locations/{location}/models/{model}@2
or
projects/{project}/locations/{location}/models/{model}@golden
If no version ID or alias is specified, the latest version will be
used.
Implementation
final String name;