-
An optional description for this state.
SageMakerCreateEndpointConfig.Builder.create(software.constructs.Construct scope,
String id)
The name of the endpoint configuration.
SageMakerCreateEndpointConfig.Builder.heartbeat(software.amazon.awscdk.core.Duration heartbeat)
Timeout for the heartbeat.
JSONPath expression to select part of the state to be the input to this state.
AWS Step Functions integrates with services directly in the Amazon States Language.
SageMakerCreateEndpointConfig.Builder.kmsKey(IKey kmsKey)
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.
JSONPath expression to select select a portion of the state output to pass to the next state.
An list of ProductionVariant objects, one for each model that you want to host at this endpoint.
JSONPath expression to indicate where to inject the state's output.
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
Tags to be applied to the endpoint configuration.
SageMakerCreateEndpointConfig.Builder.timeout(software.amazon.awscdk.core.Duration timeout)
Timeout for the state machine.