Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointConfigPropsMixin.Builder
Packages that use CfnEndpointConfigPropsMixin.Builder
-
Uses of CfnEndpointConfigPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnEndpointConfigPropsMixin.BuilderModifier and TypeMethodDescriptionCfnEndpointConfigPropsMixin.Builder.asyncInferenceConfig(CfnEndpointConfigPropsMixin.AsyncInferenceConfigProperty asyncInferenceConfig) Specifies configuration for how an endpoint performs asynchronous inference.CfnEndpointConfigPropsMixin.Builder.asyncInferenceConfig(IResolvable asyncInferenceConfig) Specifies configuration for how an endpoint performs asynchronous inference.CfnEndpointConfigPropsMixin.Builder.create()CfnEndpointConfigPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnEndpointConfigPropsMixin.Builder.dataCaptureConfig(CfnEndpointConfigPropsMixin.DataCaptureConfigProperty dataCaptureConfig) Specifies how to capture endpoint data for model monitor.CfnEndpointConfigPropsMixin.Builder.dataCaptureConfig(IResolvable dataCaptureConfig) Specifies how to capture endpoint data for model monitor.CfnEndpointConfigPropsMixin.Builder.enableNetworkIsolation(Boolean enableNetworkIsolation) CfnEndpointConfigPropsMixin.Builder.enableNetworkIsolation(IResolvable enableNetworkIsolation) CfnEndpointConfigPropsMixin.Builder.endpointConfigName(String endpointConfigName) The name of the endpoint configuration.CfnEndpointConfigPropsMixin.Builder.executionRoleArn(String executionRoleArn) CfnEndpointConfigPropsMixin.Builder.explainerConfig(CfnEndpointConfigPropsMixin.ExplainerConfigProperty explainerConfig) A parameter to activate explainers.CfnEndpointConfigPropsMixin.Builder.explainerConfig(IResolvable explainerConfig) A parameter to activate explainers.The Amazon Resource Name (ARN) of an AWS Key Management Service key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.CfnEndpointConfigPropsMixin.Builder.productionVariants(List<? extends Object> productionVariants) A list ofProductionVariantobjects, one for each model that you want to host at this endpoint.CfnEndpointConfigPropsMixin.Builder.productionVariants(IResolvable productionVariants) A list ofProductionVariantobjects, one for each model that you want to host at this endpoint.CfnEndpointConfigPropsMixin.Builder.shadowProductionVariants(List<? extends Object> shadowProductionVariants) Array ofProductionVariantobjects.CfnEndpointConfigPropsMixin.Builder.shadowProductionVariants(IResolvable shadowProductionVariants) Array ofProductionVariantobjects.A list of key-value pairs to apply to this resource.CfnEndpointConfigPropsMixin.Builder.vpcConfig(CfnEndpointConfigPropsMixin.VpcConfigProperty vpcConfig) CfnEndpointConfigPropsMixin.Builder.vpcConfig(IResolvable vpcConfig)