Uses of Class
software.amazon.awscdk.services.sagemaker.CfnEndpoint.Builder
Packages that use CfnEndpoint.Builder
-
Uses of CfnEndpoint.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnEndpoint.BuilderModifier and TypeMethodDescriptionstatic CfnEndpoint.BuilderCfnEndpoint.Builder.deploymentConfig(IResolvable deploymentConfig) The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.CfnEndpoint.Builder.deploymentConfig(CfnEndpoint.DeploymentConfigProperty deploymentConfig) The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.CfnEndpoint.Builder.endpointConfigName(String endpointConfigName) The name of the AWS::SageMaker::EndpointConfig resource that specifies the configuration for the endpoint.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.excludeRetainedVariantProperties(List<? extends Object> excludeRetainedVariantProperties) When you are updating endpoint resources with RetainAllVariantProperties whose value is set totrue,ExcludeRetainedVariantPropertiesspecifies the list of type VariantProperty to override with the values provided byEndpointConfig.CfnEndpoint.Builder.excludeRetainedVariantProperties(IResolvable excludeRetainedVariantProperties) When you are updating endpoint resources with RetainAllVariantProperties whose value is set totrue,ExcludeRetainedVariantPropertiesspecifies the list of type VariantProperty to override with the values provided byEndpointConfig.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.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.retainDeploymentConfig(Boolean retainDeploymentConfig) Specifies whether to reuse the last deployment configuration.CfnEndpoint.Builder.retainDeploymentConfig(IResolvable retainDeploymentConfig) Specifies whether to reuse the last deployment configuration.A list of key-value pairs to apply to this resource.