Google Cloud Ai Platform V1 Client - Class MigrateMlEngineModelVersionConfig (0.19.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class MigrateMlEngineModelVersionConfig.

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

Generated from protobuf message google.cloud.aiplatform.v1.MigrateResourceRequest.MigrateMlEngineModelVersionConfig

Namespace

Google \ Cloud \ AIPlatform \ V1 \ MigrateResourceRequest

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ endpoint string

Required. The ml.googleapis.com endpoint that this model version should be migrated from. Example values: * ml.googleapis.com * us-centrall-ml.googleapis.com * europe-west4-ml.googleapis.com * asia-east1-ml.googleapis.com

↳ model_version string

Required. Full resource name of ml engine model version. Format: projects/{project}/models/{model}/versions/{version}.

↳ model_display_name string

Required. Display name of the model in Vertex AI. System will pick a display name if unspecified.

getEndpoint

Required. The ml.googleapis.com endpoint that this model version should be migrated from. Example values:

  • ml.googleapis.com
  • us-centrall-ml.googleapis.com
  • europe-west4-ml.googleapis.com
  • asia-east1-ml.googleapis.com
Returns
Type Description
string

setEndpoint

Required. The ml.googleapis.com endpoint that this model version should be migrated from. Example values:

  • ml.googleapis.com
  • us-centrall-ml.googleapis.com
  • europe-west4-ml.googleapis.com
  • asia-east1-ml.googleapis.com
Parameter
Name Description
var string
Returns
Type Description
$this

getModelVersion

Required. Full resource name of ml engine model version.

Format: projects/{project}/models/{model}/versions/{version}.

Returns
Type Description
string

setModelVersion

Required. Full resource name of ml engine model version.

Format: projects/{project}/models/{model}/versions/{version}.

Parameter
Name Description
var string
Returns
Type Description
$this

getModelDisplayName

Required. Display name of the model in Vertex AI.

System will pick a display name if unspecified.

Returns
Type Description
string

setModelDisplayName

Required. Display name of the model in Vertex AI.

System will pick a display name if unspecified.

Parameter
Name Description
var string
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.