CreateMarketplaceModelEndpointRequest.Builder |
CreateMarketplaceModelEndpointRequest.Builder.acceptEula(Boolean acceptEula) |
Indicates whether you accept the end-user license agreement (EULA) for the model.
|
static CreateMarketplaceModelEndpointRequest.Builder |
CreateMarketplaceModelEndpointRequest.builder() |
|
CreateMarketplaceModelEndpointRequest.Builder |
CreateMarketplaceModelEndpointRequest.Builder.clientRequestToken(String clientRequestToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default CreateMarketplaceModelEndpointRequest.Builder |
CreateMarketplaceModelEndpointRequest.Builder.endpointConfig(Consumer<EndpointConfig.Builder> endpointConfig) |
The configuration for the endpoint, including the number and type of instances to use.
|
CreateMarketplaceModelEndpointRequest.Builder |
CreateMarketplaceModelEndpointRequest.Builder.endpointConfig(EndpointConfig endpointConfig) |
The configuration for the endpoint, including the number and type of instances to use.
|
CreateMarketplaceModelEndpointRequest.Builder |
CreateMarketplaceModelEndpointRequest.Builder.endpointName(String endpointName) |
The name of the endpoint.
|
CreateMarketplaceModelEndpointRequest.Builder |
CreateMarketplaceModelEndpointRequest.Builder.modelSourceIdentifier(String modelSourceIdentifier) |
The ARN of the model from Amazon Bedrock Marketplace that you want to deploy to the endpoint.
|
CreateMarketplaceModelEndpointRequest.Builder |
CreateMarketplaceModelEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateMarketplaceModelEndpointRequest.Builder |
CreateMarketplaceModelEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateMarketplaceModelEndpointRequest.Builder |
CreateMarketplaceModelEndpointRequest.Builder.tags(Collection<Tag> tags) |
An array of key-value pairs to apply to the underlying Amazon SageMaker endpoint.
|
CreateMarketplaceModelEndpointRequest.Builder |
CreateMarketplaceModelEndpointRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of key-value pairs to apply to the underlying Amazon SageMaker endpoint.
|
CreateMarketplaceModelEndpointRequest.Builder |
CreateMarketplaceModelEndpointRequest.Builder.tags(Tag... tags) |
An array of key-value pairs to apply to the underlying Amazon SageMaker endpoint.
|
CreateMarketplaceModelEndpointRequest.Builder |
CreateMarketplaceModelEndpointRequest.toBuilder() |
|