Uses of Class
software.amazon.awssdk.services.bedrock.model.DeleteInferenceProfileRequest
-
Packages that use DeleteInferenceProfileRequest Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.software.amazon.awssdk.services.bedrock.transform -
-
Uses of DeleteInferenceProfileRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type DeleteInferenceProfileRequest Modifier and Type Method Description default CompletableFuture<DeleteInferenceProfileResponse>BedrockAsyncClient. deleteInferenceProfile(DeleteInferenceProfileRequest deleteInferenceProfileRequest)Deletes an application inference profile.default DeleteInferenceProfileResponseBedrockClient. deleteInferenceProfile(DeleteInferenceProfileRequest deleteInferenceProfileRequest)Deletes an application inference profile. -
Uses of DeleteInferenceProfileRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type DeleteInferenceProfileRequest Modifier and Type Method Description SdkHttpFullRequestDeleteInferenceProfileRequestMarshaller. marshall(DeleteInferenceProfileRequest deleteInferenceProfileRequest)
-