Class MigratableResource (1.9.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.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
ml_engine_model_version google.cloud.aiplatform_v1.types.MigratableResource.MlEngineModelVersion
Output only. Represents one Version in ml.googleapis.com. This field is a member of `oneof`_ ``resource``.
automl_model google.cloud.aiplatform_v1.types.MigratableResource.AutomlModel
Output only. Represents one Model in automl.googleapis.com. This field is a member of `oneof`_ ``resource``.
automl_dataset google.cloud.aiplatform_v1.types.MigratableResource.AutomlDataset
Output only. Represents one Dataset in automl.googleapis.com. This field is a member of `oneof`_ ``resource``.
data_labeling_dataset google.cloud.aiplatform_v1.types.MigratableResource.DataLabelingDataset
Output only. Represents one Dataset in datalabeling.googleapis.com. This field is a member of `oneof`_ ``resource``.
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.

AutomlModel

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

Represents one Model in automl.googleapis.com.

DataLabelingDataset

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

Represents one Dataset in datalabeling.googleapis.com.

MlEngineModelVersion

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

Represents one model Version in ml.googleapis.com.