MigrateResourceRequest class final
Config of migrating one resource from automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com to Vertex AI.
- Inheritance
-
- Object
- ProtoMessage
- MigrateResourceRequest
Constructors
- MigrateResourceRequest({MigrateResourceRequest_MigrateMlEngineModelVersionConfig? migrateMlEngineModelVersionConfig, MigrateResourceRequest_MigrateAutomlModelConfig? migrateAutomlModelConfig, MigrateResourceRequest_MigrateAutomlDatasetConfig? migrateAutomlDatasetConfig, MigrateResourceRequest_MigrateDataLabelingDatasetConfig? migrateDataLabelingDatasetConfig})
- MigrateResourceRequest.fromJson(Object? j)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- migrateAutomlDatasetConfig → MigrateResourceRequest_MigrateAutomlDatasetConfig?
-
Config for migrating Dataset in automl.googleapis.com to Vertex AI's
Dataset.
final
- migrateAutomlModelConfig → MigrateResourceRequest_MigrateAutomlModelConfig?
-
Config for migrating Model in automl.googleapis.com to Vertex AI's
Model.
final
- migrateDataLabelingDatasetConfig → MigrateResourceRequest_MigrateDataLabelingDatasetConfig?
-
Config for migrating Dataset in datalabeling.googleapis.com to
Vertex AI's Dataset.
final
- migrateMlEngineModelVersionConfig → MigrateResourceRequest_MigrateMlEngineModelVersionConfig?
-
Config for migrating Version in ml.googleapis.com to Vertex AI's Model.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String