Uses of Class
software.amazon.awssdk.services.bedrock.model.GetInferenceProfileResponse
-
Packages that use GetInferenceProfileResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of GetInferenceProfileResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return GetInferenceProfileResponse Modifier and Type Method Description default GetInferenceProfileResponseBedrockClient. getInferenceProfile(Consumer<GetInferenceProfileRequest.Builder> getInferenceProfileRequest)Gets information about an inference profile.default GetInferenceProfileResponseBedrockClient. getInferenceProfile(GetInferenceProfileRequest getInferenceProfileRequest)Gets information about an inference profile.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type GetInferenceProfileResponse Modifier and Type Method Description default CompletableFuture<GetInferenceProfileResponse>BedrockAsyncClient. getInferenceProfile(Consumer<GetInferenceProfileRequest.Builder> getInferenceProfileRequest)Gets information about an inference profile.default CompletableFuture<GetInferenceProfileResponse>BedrockAsyncClient. getInferenceProfile(GetInferenceProfileRequest getInferenceProfileRequest)Gets information about an inference profile.
-