Interface PromptAnalyzerService
-
- All Implemented Interfaces:
public interface PromptAnalyzerService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfacePromptAnalyzerService.WithRawResponseA view of PromptAnalyzerService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract PromptAnalyzerService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract PromptAnalyzerServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. PromptAnalyzerCreateResponsecreate(PromptAnalyzerCreateParams params)Analyze LLM Prompt and Response abstract PromptAnalyzerCreateResponsecreate(PromptAnalyzerCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract PromptAnalyzerService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract PromptAnalyzerService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
PromptAnalyzerCreateResponse create(PromptAnalyzerCreateParams params)
Analyze LLM Prompt and Response
-
create
abstract PromptAnalyzerCreateResponse create(PromptAnalyzerCreateParams params, RequestOptions requestOptions)
-
-
-
-