Class MigratableResource (1.5.0)

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

Represents one resource that exists in automl.googleapis.com, datalabeling.googleapis.com or ml.googleapis.com.

Attributes

NameDescription
ml_engine_model_version google.cloud.aiplatform_v1.types.MigratableResource.MlEngineModelVersion
Output only. Represents one Version in ml.googleapis.com.
automl_model google.cloud.aiplatform_v1.types.MigratableResource.AutomlModel
Output only. Represents one Model in automl.googleapis.com.
automl_dataset google.cloud.aiplatform_v1.types.MigratableResource.AutomlDataset
Output only. Represents one Dataset in automl.googleapis.com.
data_labeling_dataset google.cloud.aiplatform_v1.types.MigratableResource.DataLabelingDataset
Output only. Represents one Dataset in datalabeling.googleapis.com.
last_migrate_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when the last migration attempt on this MigratableResource started. Will not be set if there's no migration attempt on this MigratableResource.
last_update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this MigratableResource was last updated.

Inheritance

builtins.object > proto.message.Message > MigratableResource

Classes

AutomlDataset

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

Represents one Dataset in automl.googleapis.com. .. attribute:: dataset

Full resource name of automl Dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}.

:type: str

AutomlModel

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

Represents one Model in automl.googleapis.com. .. attribute:: model

Full resource name of automl Model. Format: projects/{project}/locations/{location}/models/{model}.

:type: str

DataLabelingDataset

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

Represents one Dataset in datalabeling.googleapis.com. .. attribute:: dataset

Full resource name of data labeling Dataset. Format: projects/{project}/datasets/{dataset}.

:type: str

MlEngineModelVersion

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