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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 |
MigratableResource
Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com. |
getDataset
Migrated Dataset's resource name.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasDataset
setDataset
Migrated Dataset's resource name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getModel
Migrated Model's resource name.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasModel
setModel
Migrated Model's resource name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMigratableResource
Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.
| Returns | |
|---|---|
| Type | Description |
MigratableResource|null |
|
hasMigratableResource
clearMigratableResource
setMigratableResource
Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.
| Parameter | |
|---|---|
| Name | Description |
var |
MigratableResource
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMigratedResource
| Returns | |
|---|---|
| Type | Description |
string |
|