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 and managing 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.For more information, see Custom models in the Bedrock User Guide.default GetCustomModelResponseBedrockClient. getCustomModel(GetCustomModelRequest getCustomModelRequest)Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see Custom models in the Bedrock User Guide.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.For more information, see Custom models in the Bedrock User Guide.default CompletableFuture<GetCustomModelResponse>BedrockAsyncClient. getCustomModel(GetCustomModelRequest getCustomModelRequest)Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see Custom models in the Bedrock User Guide.
-