Uses of Class
software.amazon.awssdk.services.bedrock.model.CreateInferenceProfileResponse
-
Packages that use CreateInferenceProfileResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of CreateInferenceProfileResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return CreateInferenceProfileResponse Modifier and Type Method Description default CreateInferenceProfileResponseBedrockClient. createInferenceProfile(Consumer<CreateInferenceProfileRequest.Builder> createInferenceProfileRequest)Creates an application inference profile to track metrics and costs when invoking a model.default CreateInferenceProfileResponseBedrockClient. createInferenceProfile(CreateInferenceProfileRequest createInferenceProfileRequest)Creates an application inference profile to track metrics and costs when invoking a model.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type CreateInferenceProfileResponse Modifier and Type Method Description default CompletableFuture<CreateInferenceProfileResponse>BedrockAsyncClient. createInferenceProfile(Consumer<CreateInferenceProfileRequest.Builder> createInferenceProfileRequest)Creates an application inference profile to track metrics and costs when invoking a model.default CompletableFuture<CreateInferenceProfileResponse>BedrockAsyncClient. createInferenceProfile(CreateInferenceProfileRequest createInferenceProfileRequest)Creates an application inference profile to track metrics and costs when invoking a model.
-