View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResource (google_api_ai_platform v0.24.0)
Represents one resource that exists in automl.googleapis.com, datalabeling.googleapis.com or ml.googleapis.com.
Attributes
-
automlDataset(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceAutomlDataset.t, default:nil) - Output only. Represents one Dataset in automl.googleapis.com. -
automlModel(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceAutomlModel.t, default:nil) - Output only. Represents one Model in automl.googleapis.com. -
dataLabelingDataset(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceDataLabelingDataset.t, default:nil) - Output only. Represents one Dataset in datalabeling.googleapis.com. -
lastMigrateTime(type:DateTime.t, default:nil) - 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. -
lastUpdateTime(type:DateTime.t, default:nil) - Output only. Timestamp when this MigratableResource was last updated. -
mlEngineModelVersion(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceMlEngineModelVersion.t, default:nil) - Output only. Represents one Version in ml.googleapis.com.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResource{ automlDataset: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceAutomlDataset.t() | nil, automlModel: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceAutomlModel.t() | nil, dataLabelingDataset: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceDataLabelingDataset.t() | nil, lastMigrateTime: DateTime.t() | nil, lastUpdateTime: DateTime.t() | nil, mlEngineModelVersion: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MigratableResourceMlEngineModelVersion.t() | nil }