GoogleCloudAiplatformV1MigrateResourceRequestMigrateMlEngineModelVersionConfig class
Config for migrating version in ml.googleapis.com to Vertex AI's Model.
Constructors
- GoogleCloudAiplatformV1MigrateResourceRequestMigrateMlEngineModelVersionConfig({String? endpoint, String? modelDisplayName, String? modelVersion})
- GoogleCloudAiplatformV1MigrateResourceRequestMigrateMlEngineModelVersionConfig.fromJson(Map json_)
Properties
- endpoint ↔ String?
- 
  The ml.googleapis.com endpoint that this model version should be migrated
from.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- modelDisplayName ↔ String?
- 
  Display name of the model in Vertex AI.
  getter/setter pair
- modelVersion ↔ String?
- 
  Full resource name of ml engine model version.
  getter/setter pair
- 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() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited