Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointPropsMixin.Builder
Packages that use CfnEndpointPropsMixin.Builder
-
Uses of CfnEndpointPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnEndpointPropsMixin.BuilderModifier and TypeMethodDescriptionCfnEndpointPropsMixin.Builder.create()CfnEndpointPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnEndpointPropsMixin.Builder.deploymentConfig(CfnEndpointPropsMixin.DeploymentConfigProperty deploymentConfig) The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.CfnEndpointPropsMixin.Builder.deploymentConfig(IResolvable deploymentConfig) The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.CfnEndpointPropsMixin.Builder.endpointConfigName(String endpointConfigName) The name of the AWS::SageMaker::EndpointConfig resource that specifies the configuration for the endpoint.CfnEndpointPropsMixin.Builder.endpointName(String endpointName) The name of the endpoint.CfnEndpointPropsMixin.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.CfnEndpointPropsMixin.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.CfnEndpointPropsMixin.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.CfnEndpointPropsMixin.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.CfnEndpointPropsMixin.Builder.retainDeploymentConfig(Boolean retainDeploymentConfig) Specifies whether to reuse the last deployment configuration.CfnEndpointPropsMixin.Builder.retainDeploymentConfig(IResolvable retainDeploymentConfig) Specifies whether to reuse the last deployment configuration.A list of key-value pairs to apply to this resource.