Class Summarization


  • public class Summarization
    extends Object
    A Summarization Job object provides all the information associated with a summarization job submitted by the user.
    • Constructor Detail

      • Summarization

        public Summarization()
    • Method Detail

      • getPrompt

        public String getPrompt()
        Returns custom prompt used for the summarization job.
        Returns:
        Custom prompt used for the summarization job.
      • getModel

        public TranslationModel getModel()
        Returns backend model used for the summarization job.
        Returns:
        Backend model used for the summarization job.
        See Also:
        TranslationModel
      • getCompletedOn

        public String getCompletedOn()
        Returns a String that contains the date and time the job was completed on in ISO-8601 UTC form.
        Returns:
        A String that contains the date and time the job was completed on in ISO-8601 UTC form.
      • getFailure

        public String getFailure()
        Returns failure details.
        Returns:
        Failure details.