Package inference

Interface ModelConfigOuterClass.ModelVersionPolicy.SpecificOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ModelConfigOuterClass.ModelVersionPolicy.Specific, ModelConfigOuterClass.ModelVersionPolicy.Specific.Builder
Enclosing class:
ModelConfigOuterClass.ModelVersionPolicy

public static interface ModelConfigOuterClass.ModelVersionPolicy.SpecificOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getVersions(int index)
    @@ ..
    int
    @@ ..
    @@ ..

    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

    • getVersionsList

      List<Long> getVersionsList()
      @@    .. cpp:var:: int64 versions (repeated)
      @@
      @@       The specific versions of the model that will be served.
      @@
       
      repeated int64 versions = 1;
      Returns:
      A list containing the versions.
    • getVersionsCount

      int getVersionsCount()
      @@    .. cpp:var:: int64 versions (repeated)
      @@
      @@       The specific versions of the model that will be served.
      @@
       
      repeated int64 versions = 1;
      Returns:
      The count of versions.
    • getVersions

      long getVersions(int index)
      @@    .. cpp:var:: int64 versions (repeated)
      @@
      @@       The specific versions of the model that will be served.
      @@
       
      repeated int64 versions = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The versions at the given index.