| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.create(software.constructs.Construct scope,
String id) |
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.endpointConfigName(String endpointConfigName)
(experimental) The name of the endpoint configuration.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.kmsKey(IKey kmsKey)
(experimental) 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.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.productionVariants(List<? extends ProductionVariant> productionVariants)
(experimental) An list of ProductionVariant objects, one for each model that you want to host at this endpoint.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.resultSelector(Map<String,? extends Object> resultSelector)
(experimental) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.tags(TaskInput tags)
(experimental) Tags to be applied to the endpoint configuration.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
Copyright © 2021. All rights reserved.