public static interface MigrateResourceRequest.MigrateMlEngineModelVersionConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndpoint()
public abstract String 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
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The endpoint. |
getEndpointBytes()
public abstract ByteString getEndpointBytes()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
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for endpoint. |
getModelDisplayName()
public abstract String getModelDisplayName()Required. Display name of the model in Vertex AI. System will pick a display name if unspecified.
string model_display_name = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The modelDisplayName. |
getModelDisplayNameBytes()
public abstract ByteString getModelDisplayNameBytes()Required. Display name of the model in Vertex AI. System will pick a display name if unspecified.
string model_display_name = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for modelDisplayName. |
getModelVersion()
public abstract String getModelVersion() Required. Full resource name of ml engine model version.
Format: projects/{project}/models/{model}/versions/{version}.
string model_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The modelVersion. |
getModelVersionBytes()
public abstract ByteString getModelVersionBytes() Required. Full resource name of ml engine model version.
Format: projects/{project}/models/{model}/versions/{version}.
string model_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for modelVersion. |