Interface ModelService

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Model retrieve(ModelRetrieveParams params, RequestOptions requestOptions) Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
      abstract Model retrieve(ModelRetrieveParams params) Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
      abstract ModelListPage list(ModelListParams params, RequestOptions requestOptions) Lists the currently available models, and provides basic information about each one such as the owner and availability.
      abstract ModelListPage list(ModelListParams params) Lists the currently available models, and provides basic information about each one such as the owner and availability.
      abstract ModelListPage list() Lists the currently available models, and provides basic information about each one such as the owner and availability.
      ModelListPage list(RequestOptions requestOptions) Lists the currently available models, and provides basic information about each one such as the owner and availability.
      abstract ModelDeleted delete(ModelDeleteParams params, RequestOptions requestOptions) Delete a fine-tuned model.
      abstract ModelDeleted delete(ModelDeleteParams params) Delete a fine-tuned model.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait