Uses of Class
software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.Builder
Packages that use CfnEndpointConfig.Builder
-
Uses of CfnEndpointConfig.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnEndpointConfig.BuilderModifier and TypeMethodDescriptionCfnEndpointConfig.Builder.asyncInferenceConfig(IResolvable asyncInferenceConfig) Specifies configuration for how an endpoint performs asynchronous inference.CfnEndpointConfig.Builder.asyncInferenceConfig(CfnEndpointConfig.AsyncInferenceConfigProperty asyncInferenceConfig) Specifies configuration for how an endpoint performs asynchronous inference.static CfnEndpointConfig.BuilderCfnEndpointConfig.Builder.dataCaptureConfig(IResolvable dataCaptureConfig) Specifies how to capture endpoint data for model monitor.CfnEndpointConfig.Builder.dataCaptureConfig(CfnEndpointConfig.DataCaptureConfigProperty dataCaptureConfig) Specifies how to capture endpoint data for model monitor.CfnEndpointConfig.Builder.endpointConfigName(String endpointConfigName) The name of the endpoint configuration.CfnEndpointConfig.Builder.explainerConfig(IResolvable explainerConfig) AWS::SageMaker::EndpointConfig.ExplainerConfig.CfnEndpointConfig.Builder.explainerConfig(CfnEndpointConfig.ExplainerConfigProperty explainerConfig) AWS::SageMaker::EndpointConfig.ExplainerConfig.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.CfnEndpointConfig.Builder.productionVariants(List<? extends Object> productionVariants) A list ofProductionVariantobjects, one for each model that you want to host at this endpoint.CfnEndpointConfig.Builder.productionVariants(IResolvable productionVariants) A list ofProductionVariantobjects, one for each model that you want to host at this endpoint.CfnEndpointConfig.Builder.shadowProductionVariants(List<? extends Object> shadowProductionVariants) Array ofProductionVariantobjects.CfnEndpointConfig.Builder.shadowProductionVariants(IResolvable shadowProductionVariants) Array ofProductionVariantobjects.A list of key-value pairs to apply to this resource.