Uses of Class
com.oracle.bmc.generativeaiinference.responses.ApplyGuardrailsResponse
-
Packages that use ApplyGuardrailsResponse Package Description com.oracle.bmc.generativeaiinference com.oracle.bmc.generativeaiinference.responses -
-
Uses of ApplyGuardrailsResponse in com.oracle.bmc.generativeaiinference
Methods in com.oracle.bmc.generativeaiinference that return ApplyGuardrailsResponse Modifier and Type Method Description ApplyGuardrailsResponse
GenerativeAiInference. applyGuardrails(ApplyGuardrailsRequest request)
Applies guardrails to the input text, including content moderation, PII detection, and prompt injection protection.ApplyGuardrailsResponse
GenerativeAiInferenceClient. applyGuardrails(ApplyGuardrailsRequest request)
Methods in com.oracle.bmc.generativeaiinference that return types with arguments of type ApplyGuardrailsResponse Modifier and Type Method Description Future<ApplyGuardrailsResponse>
GenerativeAiInferenceAsync. applyGuardrails(ApplyGuardrailsRequest request, AsyncHandler<ApplyGuardrailsRequest,ApplyGuardrailsResponse> handler)
Applies guardrails to the input text, including content moderation, PII detection, and prompt injection protection.Future<ApplyGuardrailsResponse>
GenerativeAiInferenceAsyncClient. applyGuardrails(ApplyGuardrailsRequest request, AsyncHandler<ApplyGuardrailsRequest,ApplyGuardrailsResponse> handler)
Method parameters in com.oracle.bmc.generativeaiinference with type arguments of type ApplyGuardrailsResponse Modifier and Type Method Description Future<ApplyGuardrailsResponse>
GenerativeAiInferenceAsync. applyGuardrails(ApplyGuardrailsRequest request, AsyncHandler<ApplyGuardrailsRequest,ApplyGuardrailsResponse> handler)
Applies guardrails to the input text, including content moderation, PII detection, and prompt injection protection.Future<ApplyGuardrailsResponse>
GenerativeAiInferenceAsyncClient. applyGuardrails(ApplyGuardrailsRequest request, AsyncHandler<ApplyGuardrailsRequest,ApplyGuardrailsResponse> handler)
-
Uses of ApplyGuardrailsResponse in com.oracle.bmc.generativeaiinference.responses
Methods in com.oracle.bmc.generativeaiinference.responses that return ApplyGuardrailsResponse Modifier and Type Method Description ApplyGuardrailsResponse
ApplyGuardrailsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiinference.responses with parameters of type ApplyGuardrailsResponse Modifier and Type Method Description ApplyGuardrailsResponse.Builder
ApplyGuardrailsResponse.Builder. copy(ApplyGuardrailsResponse o)
Copy method to populate the builder with values from the given instance.
-