Uses of Class
software.amazon.awssdk.services.bedrock.model.GetInferenceProfileRequest
-
Packages that use GetInferenceProfileRequest 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 GetInferenceProfileRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type GetInferenceProfileRequest Modifier and Type Method Description default CompletableFuture<GetInferenceProfileResponse>BedrockAsyncClient. getInferenceProfile(GetInferenceProfileRequest getInferenceProfileRequest)Gets information about an inference profile.default GetInferenceProfileResponseBedrockClient. getInferenceProfile(GetInferenceProfileRequest getInferenceProfileRequest)Gets information about an inference profile. -
Uses of GetInferenceProfileRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type GetInferenceProfileRequest Modifier and Type Method Description SdkHttpFullRequestGetInferenceProfileRequestMarshaller. marshall(GetInferenceProfileRequest getInferenceProfileRequest)
-