Package inference

Interface GrpcService.ModelReadyRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GrpcService.ModelReadyRequest, GrpcService.ModelReadyRequest.Builder
Enclosing class:
GrpcService

public static interface GrpcService.ModelReadyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    @@ @@ ..
    com.google.protobuf.ByteString
    @@ @@ ..
    @@ ..
    com.google.protobuf.ByteString
    @@ ..

    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 Details

    • getName

      String getName()
      @@
      @@  .. cpp:var:: string name
      @@
      @@     The name of the model to check for readiness.
      @@
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      @@
      @@  .. cpp:var:: string name
      @@
      @@     The name of the model to check for readiness.
      @@
       
      string name = 1;
      Returns:
      The bytes for name.
    • getVersion

      String getVersion()
      @@  .. cpp:var:: string version
      @@
      @@     The version of the model to check for readiness. If not given the
      @@     server will choose a version based on the model and internal policy.
      @@
       
      string version = 2;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
      @@  .. cpp:var:: string version
      @@
      @@     The version of the model to check for readiness. If not given the
      @@     server will choose a version based on the model and internal policy.
      @@
       
      string version = 2;
      Returns:
      The bytes for version.