public static interface BatchMigrateResourcesOperationMetadata.PartialResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataset()
public abstract String getDataset()Migrated dataset resource name.
string dataset = 4 [(.google.api.resource_reference) = { ... }
| Type | Description |
| String | The dataset. |
getDatasetBytes()
public abstract ByteString getDatasetBytes()Migrated dataset resource name.
string dataset = 4 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for dataset. |
getError()
public abstract Status getError()The error result of the migration request in case of failure.
.google.rpc.Status error = 2;
| Type | Description |
| com.google.rpc.Status | The error. |
getErrorOrBuilder()
public abstract StatusOrBuilder getErrorOrBuilder()The error result of the migration request in case of failure.
.google.rpc.Status error = 2;
| Type | Description |
| com.google.rpc.StatusOrBuilder |
getModel()
public abstract String getModel()Migrated model resource name.
string model = 3 [(.google.api.resource_reference) = { ... }
| Type | Description |
| String | The model. |
getModelBytes()
public abstract ByteString getModelBytes()Migrated model resource name.
string model = 3 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for model. |
getRequest()
public abstract MigrateResourceRequest getRequest()It's the same as the value in [MigrateResourceRequest.migrate_resource_requests][].
.google.cloud.aiplatform.v1.MigrateResourceRequest request = 1;
| Type | Description |
| MigrateResourceRequest | The request. |
getRequestOrBuilder()
public abstract MigrateResourceRequestOrBuilder getRequestOrBuilder()It's the same as the value in [MigrateResourceRequest.migrate_resource_requests][].
.google.cloud.aiplatform.v1.MigrateResourceRequest request = 1;
| Type | Description |
| MigrateResourceRequestOrBuilder |
getResultCase()
public abstract BatchMigrateResourcesOperationMetadata.PartialResult.ResultCase getResultCase()| Type | Description |
| BatchMigrateResourcesOperationMetadata.PartialResult.ResultCase |
hasDataset()
public abstract boolean hasDataset()Migrated dataset resource name.
string dataset = 4 [(.google.api.resource_reference) = { ... }
| Type | Description |
| boolean | Whether the dataset field is set. |
hasError()
public abstract boolean hasError()The error result of the migration request in case of failure.
.google.rpc.Status error = 2;
| Type | Description |
| boolean | Whether the error field is set. |
hasModel()
public abstract boolean hasModel()Migrated model resource name.
string model = 3 [(.google.api.resource_reference) = { ... }
| Type | Description |
| boolean | Whether the model field is set. |
hasRequest()
public abstract boolean hasRequest()It's the same as the value in [MigrateResourceRequest.migrate_resource_requests][].
.google.cloud.aiplatform.v1.MigrateResourceRequest request = 1;
| Type | Description |
| boolean | Whether the request field is set. |