Interface MigrateResourceRequest.MigrateMlEngineModelVersionConfigOrBuilder (3.42.0)

public static interface MigrateResourceRequest.MigrateMlEngineModelVersionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
ByteString

The bytes for modelVersion.