Class VertexPredictionEndpoint (1.56.0)

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

Config representing a model hosted on Vertex Prediction Endpoint.

Attributes

Name Description
endpoint str
Required. The endpoint resource name. Format: projects/{project}/locations/{location}/publishers/{publisher}/models/{model} or projects/{project}/locations/{location}/endpoints/{endpoint}
model str
Output only. The resource name of the model that is deployed on the endpoint. Present only when the endpoint is not a publisher model. Pattern: projects/{project}/locations/{location}/models/{model}
model_version_id str
Output only. Version ID of the model that is deployed on the endpoint. Present only when the endpoint is not a publisher model.

Methods

VertexPredictionEndpoint

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

Config representing a model hosted on Vertex Prediction Endpoint.