Interface Service.SearchLoggedModels.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Service.LoggedModel getModels​(int index)
      Logged Models that match the search criteria.
      int getModelsCount()
      Logged Models that match the search criteria.
      java.util.List<Service.LoggedModel> getModelsList()
      Logged Models that match the search criteria.
      Service.LoggedModelOrBuilder getModelsOrBuilder​(int index)
      Logged Models that match the search criteria.
      java.util.List<? extends Service.LoggedModelOrBuilder> getModelsOrBuilderList()
      Logged Models that match the search criteria.
      java.lang.String getNextPageToken()
      Token that can be used to retrieve the next page of Logged Models.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      Token that can be used to retrieve the next page of Logged Models.
      boolean hasNextPageToken()
      Token that can be used to retrieve the next page of Logged Models.
      • 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

      • getModelsList

        java.util.List<Service.LoggedModel> getModelsList()
         Logged Models that match the search criteria.
         
        repeated .mlflow.LoggedModel models = 1;
      • getModels

        Service.LoggedModel getModels​(int index)
         Logged Models that match the search criteria.
         
        repeated .mlflow.LoggedModel models = 1;
      • getModelsCount

        int getModelsCount()
         Logged Models that match the search criteria.
         
        repeated .mlflow.LoggedModel models = 1;
      • getModelsOrBuilderList

        java.util.List<? extends Service.LoggedModelOrBuilder> getModelsOrBuilderList()
         Logged Models that match the search criteria.
         
        repeated .mlflow.LoggedModel models = 1;
      • getModelsOrBuilder

        Service.LoggedModelOrBuilder getModelsOrBuilder​(int index)
         Logged Models that match the search criteria.
         
        repeated .mlflow.LoggedModel models = 1;
      • hasNextPageToken

        boolean hasNextPageToken()
         Token that can be used to retrieve the next page of Logged Models.
         
        optional string next_page_token = 2;
        Returns:
        Whether the nextPageToken field is set.
      • getNextPageToken

        java.lang.String getNextPageToken()
         Token that can be used to retrieve the next page of Logged Models.
         
        optional string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Token that can be used to retrieve the next page of Logged Models.
         
        optional string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.