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.enableNetworkIsolation(Boolean enableNetworkIsolation) Sets whether all model containers deployed to the endpoint are isolated.CfnEndpointConfig.Builder.enableNetworkIsolation(IResolvable enableNetworkIsolation) Sets whether all model containers deployed to the endpoint are isolated.CfnEndpointConfig.Builder.endpointConfigName(String endpointConfigName) The name of the endpoint configuration.CfnEndpointConfig.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform actions on your behalf.CfnEndpointConfig.Builder.explainerConfig(IResolvable explainerConfig) A parameter to activate explainers.CfnEndpointConfig.Builder.explainerConfig(CfnEndpointConfig.ExplainerConfigProperty 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.CfnEndpointConfig.Builder.metricsConfig(IResolvable metricsConfig) Specifies the metrics that the endpoint publishes to Amazon CloudWatch, the frequency of publication, and whether to enable enhanced or detailed observability metrics.CfnEndpointConfig.Builder.metricsConfig(CfnEndpointConfig.MetricsConfigProperty metricsConfig) Specifies the metrics that the endpoint publishes to Amazon CloudWatch, the frequency of publication, and whether to enable enhanced or detailed observability metrics.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.CfnEndpointConfig.Builder.vpcConfig(IResolvable vpcConfig) Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.CfnEndpointConfig.Builder.vpcConfig(CfnEndpointConfig.VpcConfigProperty vpcConfig) Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.