Uses of Class
software.amazon.awssdk.services.bedrock.model.GetCustomModelRequest
-
Packages that use GetCustomModelRequest Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models.software.amazon.awssdk.services.bedrock.transform -
-
Uses of GetCustomModelRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type GetCustomModelRequest Modifier and Type Method Description 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.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. -
Uses of GetCustomModelRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type GetCustomModelRequest Modifier and Type Method Description SdkHttpFullRequestGetCustomModelRequestMarshaller. marshall(GetCustomModelRequest getCustomModelRequest)
-