Uses of Class
software.amazon.awssdk.services.bedrock.model.CreateMarketplaceModelEndpointRequest
-
Packages that use CreateMarketplaceModelEndpointRequest 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 CreateMarketplaceModelEndpointRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type CreateMarketplaceModelEndpointRequest Modifier and Type Method Description default CompletableFuture<CreateMarketplaceModelEndpointResponse>BedrockAsyncClient. createMarketplaceModelEndpoint(CreateMarketplaceModelEndpointRequest createMarketplaceModelEndpointRequest)Creates an endpoint for a model from Amazon Bedrock Marketplace.default CreateMarketplaceModelEndpointResponseBedrockClient. createMarketplaceModelEndpoint(CreateMarketplaceModelEndpointRequest createMarketplaceModelEndpointRequest)Creates an endpoint for a model from Amazon Bedrock Marketplace. -
Uses of CreateMarketplaceModelEndpointRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type CreateMarketplaceModelEndpointRequest Modifier and Type Method Description SdkHttpFullRequestCreateMarketplaceModelEndpointRequestMarshaller. marshall(CreateMarketplaceModelEndpointRequest createMarketplaceModelEndpointRequest)
-