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