Uses of Class
software.amazon.awssdk.services.bedrock.model.GetCustomModelResponse
-
Packages that use GetCustomModelResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of GetCustomModelResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return GetCustomModelResponse Modifier and Type Method Description default GetCustomModelResponseBedrockClient. getCustomModel(Consumer<GetCustomModelRequest.Builder> getCustomModelRequest)Get the properties associated with a Amazon Bedrock custom model that you have created.default GetCustomModelResponseBedrockClient. getCustomModel(GetCustomModelRequest getCustomModelRequest)Get the properties associated with a Amazon Bedrock custom model that you have created.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type GetCustomModelResponse Modifier and Type Method Description default CompletableFuture<GetCustomModelResponse>BedrockAsyncClient. getCustomModel(Consumer<GetCustomModelRequest.Builder> getCustomModelRequest)Get the properties associated with a Amazon Bedrock custom model that you have created.default CompletableFuture<GetCustomModelResponse>BedrockAsyncClient. getCustomModel(GetCustomModelRequest getCustomModelRequest)Get the properties associated with a Amazon Bedrock custom model that you have created.
-