public static interface MigratableResource.MlEngineModelVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
The ml.googleapis.com endpoint that this model Version currently lives
in.
|
com.google.protobuf.ByteString |
getEndpointBytes()
The ml.googleapis.com endpoint that this model Version currently lives
in.
|
String |
getVersion()
Full resource name of ml engine model Version.
|
com.google.protobuf.ByteString |
getVersionBytes()
Full resource name of ml engine model Version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;String getVersion()
Full resource name of ml engine model Version.
Format: `projects/{project}/models/{model}/versions/{version}`.
string version = 2 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getVersionBytes()
Full resource name of ml engine model Version.
Format: `projects/{project}/models/{model}/versions/{version}`.
string version = 2 [(.google.api.resource_reference) = { ... }Copyright © 2024 Google LLC. All rights reserved.