| 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)
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)
The name of the endpoint configuration.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.inputPath(String inputPath)
JSONPath expression to select part of the state to be the input to this state.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.integrationPattern(IntegrationPattern integrationPattern)
AWS Step Functions integrates with services directly in the Amazon States Language.
|
SageMakerCreateEndpointConfig.Builder |
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.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.outputPath(String outputPath)
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)
An list of ProductionVariant objects, one for each model that you want to host at this endpoint.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.resultPath(String resultPath)
JSONPath expression to indicate where to inject the state's output.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.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.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.tags(TaskInput tags)
Tags to be applied to the endpoint configuration.
|
SageMakerCreateEndpointConfig.Builder |
SageMakerCreateEndpointConfig.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
Copyright © 2022. All rights reserved.