Package com.google.cloud.aiplatform.v1
Interface MigratableResource.MlEngineModelVersionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MigratableResource.MlEngineModelVersion,MigratableResource.MlEngineModelVersion.Builder
- Enclosing class:
- MigratableResource
public static interface MigratableResource.MlEngineModelVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ml.googleapis.com endpoint that this model Version currently lives in.com.google.protobuf.ByteStringThe ml.googleapis.com endpoint that this model Version currently lives in.Full resource name of ml engine model Version.com.google.protobuf.ByteStringFull resource name of ml engine model Version.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEndpoint
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:
- The endpoint.
-
getEndpointBytes
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;- Returns:
- The bytes for endpoint.
-
getVersion
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:
- The version.
-
getVersionBytes
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) = { ... }- Returns:
- The bytes for version.
-