Interface MigratableResource.MlEngineModelVersionOrBuilder (3.42.0)

public static interface MigratableResource.MlEngineModelVersionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndpoint()

public abstract String getEndpoint()

The ml.googleapis.com endpoint that this model Version currently lives in. Example values:

  • ml.googleapis.com
  • us-centrall-ml.googleapis.com
  • europe-west4-ml.googleapis.com
  • asia-east1-ml.googleapis.com

string endpoint = 1;

Returns
TypeDescription
String

The endpoint.

getEndpointBytes()

public abstract ByteString getEndpointBytes()

The ml.googleapis.com endpoint that this model Version currently lives in. Example values:

  • ml.googleapis.com
  • us-centrall-ml.googleapis.com
  • europe-west4-ml.googleapis.com
  • asia-east1-ml.googleapis.com

string endpoint = 1;

Returns
TypeDescription
ByteString

The bytes for endpoint.

getVersion()

public abstract String getVersion()

Full resource name of ml engine model Version. Format: projects/{project}/models/{model}/versions/{version}.

string version = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

Full resource name of ml engine model Version. Format: projects/{project}/models/{model}/versions/{version}.

string version = 2 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for version.