public static interface MigratableResource.MlEngineModelVersionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for version. |