Class ModelServiceImpl

    • 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
      Model retrieve(ModelRetrieveParams params, RequestOptions requestOptions) Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
      ModelListPage list(ModelListParams params, RequestOptions requestOptions) Lists the currently available models, and provides basic information about each one such as the owner and availability.
      ModelDeleted delete(ModelDeleteParams params, RequestOptions requestOptions) Delete a fine-tuned model.
      • Methods inherited from class com.openai.services.blocking.ModelService

        list
      • Methods inherited from class java.lang.Object

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