Google Cloud Ai Platform V1 Client - Class MigrateResourceResponse (0.29.0)

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

Describes a successfully migrated resource.

Generated from protobuf message google.cloud.aiplatform.v1.MigrateResourceResponse

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ dataset string

Migrated Dataset's resource name.

↳ model string

Migrated Model's resource name.

↳ migratable_resource Google\Cloud\AIPlatform\V1\MigratableResource

Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.

getDataset

Migrated Dataset's resource name.

Returns
TypeDescription
string

hasDataset

setDataset

Migrated Dataset's resource name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getModel

Migrated Model's resource name.

Returns
TypeDescription
string

hasModel

setModel

Migrated Model's resource name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMigratableResource

Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\MigratableResource|null

hasMigratableResource

clearMigratableResource

setMigratableResource

Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\MigratableResource
Returns
TypeDescription
$this

getMigratedResource

Returns
TypeDescription
string