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) Sets whether all model containers deployed to the endpoint are isolated.CfnEndpointConfigPropsMixin.Builder.enableNetworkIsolation(IResolvable enableNetworkIsolation) Sets whether all model containers deployed to the endpoint are isolated.CfnEndpointConfigPropsMixin.Builder.endpointConfigName(String endpointConfigName) The name of the endpoint configuration.CfnEndpointConfigPropsMixin.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.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.metricsConfig(CfnEndpointConfigPropsMixin.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.CfnEndpointConfigPropsMixin.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.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) Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.CfnEndpointConfigPropsMixin.Builder.vpcConfig(IResolvable vpcConfig) Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to.