Uses of Class
com.oracle.bmc.generativeaiinference.requests.ApplyGuardrailsRequest
-
Packages that use ApplyGuardrailsRequest Package Description com.oracle.bmc.generativeaiinference com.oracle.bmc.generativeaiinference.requests -
-
Uses of ApplyGuardrailsRequest in com.oracle.bmc.generativeaiinference
Methods in com.oracle.bmc.generativeaiinference with parameters of type ApplyGuardrailsRequest 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.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)
ApplyGuardrailsResponse
GenerativeAiInferenceClient. applyGuardrails(ApplyGuardrailsRequest request)
Method parameters in com.oracle.bmc.generativeaiinference with type arguments of type ApplyGuardrailsRequest 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 ApplyGuardrailsRequest in com.oracle.bmc.generativeaiinference.requests
Methods in com.oracle.bmc.generativeaiinference.requests that return ApplyGuardrailsRequest Modifier and Type Method Description ApplyGuardrailsRequest
ApplyGuardrailsRequest.Builder. build()
Build the instance of ApplyGuardrailsRequest as configured by this builderApplyGuardrailsRequest
ApplyGuardrailsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ApplyGuardrailsRequest as configured by this builderMethods in com.oracle.bmc.generativeaiinference.requests with parameters of type ApplyGuardrailsRequest Modifier and Type Method Description ApplyGuardrailsRequest.Builder
ApplyGuardrailsRequest.Builder. copy(ApplyGuardrailsRequest o)
Copy method to populate the builder with values from the given instance.
-