| Package | Description |
|---|---|
| software.amazon.awscdk.services.sagemaker |
Amazon SageMaker Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpoint.Builder |
CfnEndpoint.Builder.create(software.constructs.Construct scope,
String id) |
CfnEndpoint.Builder |
CfnEndpoint.Builder.deploymentConfig(CfnEndpoint.DeploymentConfigProperty deploymentConfig)
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.deploymentConfig(IResolvable deploymentConfig)
The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.endpointConfigName(String endpointConfigName)
The name of the [AWS::SageMaker::EndpointConfig](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html) resource that specifies the configuration for the endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.endpointName(String endpointName)
The name of the endpoint.The name must be unique within an AWS Region in your AWS account.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.excludeRetainedVariantProperties(IResolvable excludeRetainedVariantProperties)
When you are updating endpoint resources with [RetainAllVariantProperties](https://docs.aws.amazon.com/sagemaker/latest/dg/API_UpdateEndpoint.html#SageMaker-UpdateEndpoint-request-RetainAllVariantProperties) whose value is set to `true` , `ExcludeRetainedVariantProperties` specifies the list of type [VariantProperty](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpoint-variantproperty.html) to override with the values provided by `EndpointConfig` .
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.excludeRetainedVariantProperties(List<? extends Object> excludeRetainedVariantProperties)
When you are updating endpoint resources with [RetainAllVariantProperties](https://docs.aws.amazon.com/sagemaker/latest/dg/API_UpdateEndpoint.html#SageMaker-UpdateEndpoint-request-RetainAllVariantProperties) whose value is set to `true` , `ExcludeRetainedVariantProperties` specifies the list of type [VariantProperty](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpoint-variantproperty.html) to override with the values provided by `EndpointConfig` .
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.retainAllVariantProperties(Boolean retainAllVariantProperties)
When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.retainAllVariantProperties(IResolvable retainAllVariantProperties)
When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.retainDeploymentConfig(Boolean retainDeploymentConfig)
Specifies whether to reuse the last deployment configuration.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.retainDeploymentConfig(IResolvable retainDeploymentConfig)
Specifies whether to reuse the last deployment configuration.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.tags(List<? extends CfnTag> tags)
A list of key-value pairs to apply to this resource.
|
Copyright © 2022. All rights reserved.