Class OpenAiModerationApi.Builder
java.lang.Object
org.springframework.ai.openai.api.OpenAiModerationApi.Builder
- Enclosing class:
- OpenAiModerationApi
Builder to construct
OpenAiModerationApi
instance.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
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
public OpenAiModerationApi.Builder headers(org.springframework.util.MultiValueMap<String, String> 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
-