Google Cloud Ai Platform V1 Client - Class MigrateResourceResponse (0.10.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

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.

Generated from protobuf field string dataset = 1 [(.google.api.resource_reference) = {

Returns
TypeDescription
string

hasDataset

setDataset

Migrated Dataset's resource name.

Generated from protobuf field string dataset = 1 [(.google.api.resource_reference) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getModel

Migrated Model's resource name.

Generated from protobuf field string model = 2 [(.google.api.resource_reference) = {

Returns
TypeDescription
string

hasModel

setModel

Migrated Model's resource name.

Generated from protobuf field string model = 2 [(.google.api.resource_reference) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMigratableResource

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

Generated from protobuf field .google.cloud.aiplatform.v1.MigratableResource migratable_resource = 3;

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.

Generated from protobuf field .google.cloud.aiplatform.v1.MigratableResource migratable_resource = 3;

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

getMigratedResource

Returns
TypeDescription
string