MigratableResource class final

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

Inheritance
  • Object
  • ProtoMessage
  • MigratableResource

Constructors

MigratableResource({MigratableResource_MlEngineModelVersion? mlEngineModelVersion, MigratableResource_AutomlModel? automlModel, MigratableResource_AutomlDataset? automlDataset, MigratableResource_DataLabelingDataset? dataLabelingDataset, Timestamp? lastMigrateTime, Timestamp? lastUpdateTime})
MigratableResource.fromJson(Map<String, dynamic> json)
factory

Properties

automlDataset MigratableResource_AutomlDataset?
Output only. Represents one Dataset in automl.googleapis.com.
final
automlModel MigratableResource_AutomlModel?
Output only. Represents one Model in automl.googleapis.com.
final
dataLabelingDataset MigratableResource_DataLabelingDataset?
Output only. Represents one Dataset in datalabeling.googleapis.com.
final
hashCode int
The hash code for this object.
no setterinherited
lastMigrateTime → 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.
final
lastUpdateTime → Timestamp?
Output only. Timestamp when this MigratableResource was last updated.
final
mlEngineModelVersion MigratableResource_MlEngineModelVersion?
Output only. Represents one Version in ml.googleapis.com.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.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