MigrateResourceRequest_MigrateMlEngineModelVersionConfig class final

Config for migrating version in ml.googleapis.com to Vertex AI's Model.

Inheritance
  • Object
  • ProtoMessage
  • MigrateResourceRequest_MigrateMlEngineModelVersionConfig

Constructors

MigrateResourceRequest_MigrateMlEngineModelVersionConfig({required String endpoint, required String modelVersion, required String modelDisplayName})
MigrateResourceRequest_MigrateMlEngineModelVersionConfig.fromJson(Map<String, dynamic> json)
factory

Properties

endpoint String
Required. The ml.googleapis.com endpoint that this model version should be migrated from. Example values:
final
hashCode int
The hash code for this object.
no setterinherited
modelDisplayName String
Required. Display name of the model in Vertex AI. System will pick a display name if unspecified.
final
modelVersion String
Required. Full resource name of ml engine model version. Format: projects/{project}/models/{model}/versions/{version}.
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