Uses of Class
software.amazon.awssdk.services.bedrock.model.CreateCustomModelRequest
-
Packages that use CreateCustomModelRequest 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 CreateCustomModelRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type CreateCustomModelRequest Modifier and Type Method Description default CompletableFuture<CreateCustomModelResponse>BedrockAsyncClient. createCustomModel(CreateCustomModelRequest createCustomModelRequest)Creates a new custom model in Amazon Bedrock.default CreateCustomModelResponseBedrockClient. createCustomModel(CreateCustomModelRequest createCustomModelRequest)Creates a new custom model in Amazon Bedrock. -
Uses of CreateCustomModelRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type CreateCustomModelRequest Modifier and Type Method Description SdkHttpFullRequestCreateCustomModelRequestMarshaller. marshall(CreateCustomModelRequest createCustomModelRequest)
-