| Package | Description |
|---|---|
| software.amazon.awscdk.services.sagemaker |
Amazon SageMaker Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnEndpointConfig.Builder |
CfnEndpointConfig.Builder.asyncInferenceConfig(CfnEndpointConfig.AsyncInferenceConfigProperty asyncInferenceConfig)
Specifies configuration for how an endpoint performs asynchronous inference.
|
CfnEndpointConfig.Builder |
CfnEndpointConfig.Builder.asyncInferenceConfig(IResolvable asyncInferenceConfig)
Specifies configuration for how an endpoint performs asynchronous inference.
|
static CfnEndpointConfig.Builder |
CfnEndpointConfig.Builder.create(software.constructs.Construct scope,
String id) |
CfnEndpointConfig.Builder |
CfnEndpointConfig.Builder.dataCaptureConfig(CfnEndpointConfig.DataCaptureConfigProperty dataCaptureConfig)
Specifies how to capture endpoint data for model monitor.
|
CfnEndpointConfig.Builder |
CfnEndpointConfig.Builder.dataCaptureConfig(IResolvable dataCaptureConfig)
Specifies how to capture endpoint data for model monitor.
|
CfnEndpointConfig.Builder |
CfnEndpointConfig.Builder.endpointConfigName(String endpointConfigName)
The name of the endpoint configuration.
|
CfnEndpointConfig.Builder |
CfnEndpointConfig.Builder.kmsKeyId(String kmsKeyId)
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 |
CfnEndpointConfig.Builder.productionVariants(IResolvable productionVariants)
A list of `ProductionVariant` objects, one for each model that you want to host at this endpoint.
|
CfnEndpointConfig.Builder |
CfnEndpointConfig.Builder.productionVariants(List<? extends Object> productionVariants)
A list of `ProductionVariant` objects, one for each model that you want to host at this endpoint.
|
CfnEndpointConfig.Builder |
CfnEndpointConfig.Builder.tags(List<? extends CfnTag> tags)
A list of key-value pairs to apply to this resource.
|
Copyright © 2022. All rights reserved.