Class OpenAiModerationApi.Builder
java.lang.Object
org.springframework.ai.openai.api.OpenAiModerationApi.Builder
- Enclosing class:
OpenAiModerationApi
Builder to construct
OpenAiModerationApi instance.- Author:
- Ahmed Yousri, Ilayaperumal Gopinathan, Filip Hrisafov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()headers(org.springframework.http.HttpHeaders headers) responseErrorHandler(org.springframework.web.client.ResponseErrorHandler responseErrorHandler) restClientBuilder(org.springframework.web.client.RestClient.Builder restClientBuilder)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
baseUrl
-
apiKey
-
apiKey
-
headers
-
restClientBuilder
public OpenAiModerationApi.Builder restClientBuilder(org.springframework.web.client.RestClient.Builder restClientBuilder) -
responseErrorHandler
public OpenAiModerationApi.Builder responseErrorHandler(org.springframework.web.client.ResponseErrorHandler responseErrorHandler) -
build
-