| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.create(software.constructs.Construct scope,
String id) |
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.endpointConfigName(String endpointConfigName)
(experimental) The name of the new endpoint configuration.
|
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.endpointName(String endpointName)
(experimental) The name of the endpoint whose configuration you want to update.
|
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.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.
|
SageMakerUpdateEndpoint.Builder |
SageMakerUpdateEndpoint.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
Copyright © 2021. All rights reserved.