Interface MigratableResource.MlEngineModelVersionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • 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.