Class CopilotResourceImpl

  • All Implemented Interfaces:
    com.artisol.teneo.studio.api.resources.CopilotResource

    public class CopilotResourceImpl
    extends AbstractResource
    implements com.artisol.teneo.studio.api.resources.CopilotResource
    • Field Summary

      • Fields inherited from interface com.artisol.teneo.studio.api.resources.CopilotResource

        GET_GENERATE_EXAMPLES_RESULT_PATH, GET_GENERATE_EXAMPLES_RESULT_SUMMARY, PATH, POST_GENERATE_EXAMPLES_BEGIN_PATH, POST_GENERATE_EXAMPLES_BEGIN_SUMMARY
    • Constructor Summary

      Constructors 
      Constructor Description
      CopilotResourceImpl​(javax.ws.rs.client.WebTarget webTarget)  
    • Constructor Detail

      • CopilotResourceImpl

        public CopilotResourceImpl​(javax.ws.rs.client.WebTarget webTarget)
    • Method Detail

      • beginGenerateExamples

        public UUID beginGenerateExamples​(com.artisol.teneo.studio.api.models.CopilotGenerateExamplesRequest copilotGenerateExamplesRequest)
                                   throws com.artisol.teneo.studio.api.exceptions.ResourceException
        Specified by:
        beginGenerateExamples in interface com.artisol.teneo.studio.api.resources.CopilotResource
        Throws:
        com.artisol.teneo.studio.api.exceptions.ResourceException
      • getGeneratedExamples

        public com.artisol.teneo.studio.api.models.CopilotGenerateExamplesResponse getGeneratedExamples​(UUID taskId)
                                                                                                 throws com.artisol.teneo.studio.api.exceptions.ResourceException
        Specified by:
        getGeneratedExamples in interface com.artisol.teneo.studio.api.resources.CopilotResource
        Throws:
        com.artisol.teneo.studio.api.exceptions.ResourceException