Class MlEngineModelVersion (0.8.0)

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

Represents one model Version in ml.googleapis.com. .. attribute:: endpoint

The ml.googleapis.com endpoint that this model Version currently lives in. Example values:

  • ml.googleapis.com
  • us-centrall-ml.googleapis.com
  • europe-west4-ml.googleapis.com
  • asia-east1-ml.googleapis.com

    :type: str

Attribute

NameDescription
version str
Full resource name of ml engine model Version. Format: ``projects/{project}/models/{model}/versions/{version}``.

Inheritance

builtins.object > proto.message.Message > MlEngineModelVersion