Class CopilotResourceImpl
- java.lang.Object
-
- com.artisol.teneo.studio.client.resources.AbstractResource
-
- com.artisol.teneo.studio.client.resources.CopilotResourceImpl
-
- All Implemented Interfaces:
com.artisol.teneo.studio.api.resources.CopilotResource
public class CopilotResourceImpl extends AbstractResource implements com.artisol.teneo.studio.api.resources.CopilotResource
-
-
Constructor Summary
Constructors Constructor Description CopilotResourceImpl(javax.ws.rs.client.WebTarget webTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
beginGenerateExamples(com.artisol.teneo.studio.api.models.CopilotGenerateExamplesRequest copilotGenerateExamplesRequest)
com.artisol.teneo.studio.api.models.CopilotGenerateExamplesResponse
getGeneratedExamples(UUID taskId)
-
-
-
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 interfacecom.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 interfacecom.artisol.teneo.studio.api.resources.CopilotResource
- Throws:
com.artisol.teneo.studio.api.exceptions.ResourceException
-
-