Package inference

Interface GrpcService.RepositoryIndexRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    @@ ..
    @@ ..
    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

    • getRepositoryName

      String getRepositoryName()
      @@  .. cpp:var:: string repository_name
      @@
      @@     The name of the repository. If empty the index is returned
      @@     for all repositories.
      @@
       
      string repository_name = 1;
      Returns:
      The repositoryName.
    • getRepositoryNameBytes

      com.google.protobuf.ByteString getRepositoryNameBytes()
      @@  .. cpp:var:: string repository_name
      @@
      @@     The name of the repository. If empty the index is returned
      @@     for all repositories.
      @@
       
      string repository_name = 1;
      Returns:
      The bytes for repositoryName.
    • getReady

      boolean getReady()
      @@  .. cpp:var:: bool ready
      @@
      @@     If true returned only models currently ready for inferencing.
      @@
       
      bool ready = 2;
      Returns:
      The ready.