Class TunedModel (1.103.0)

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

The Model Registry Model and Online Prediction Endpoint associated with this TuningJob.

Attributes

Name Description
model str
Output only. The resource name of the TunedModel. Format: projects/{project}/locations/{location}/models/{model}.
endpoint str
Output only. A resource name of an Endpoint. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.
checkpoints MutableSequence[google.cloud.aiplatform_v1.types.TunedModelCheckpoint]
Output only. The checkpoints associated with this TunedModel. This field is only populated for tuning jobs that enable intermediate checkpoints.

Methods

TunedModel

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

The Model Registry Model and Online Prediction Endpoint associated with this TuningJob.