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