| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.comment(String comment)
(experimental) An optional description for this state.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.containers(List<? extends IContainerDefinition> containers)
(experimental) Specifies the containers in the inference pipeline.
|
static SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.create(software.constructs.Construct scope,
String id) |
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.enableNetworkIsolation(Boolean enableNetworkIsolation)
(experimental) Isolates the model container.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.modelName(String modelName)
(experimental) The name of the new model.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.primaryContainer(IContainerDefinition primaryContainer)
(experimental) The definition of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.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.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.role(IRole role)
(experimental) An execution role that you can pass in a CreateModel API request.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.subnetSelection(SubnetSelection subnetSelection)
(experimental) The subnets of the VPC to which the hosted model is connected (Note this parameter is only used when VPC is provided).
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.tags(TaskInput tags)
(experimental) Tags to be applied to the model.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
SageMakerCreateModel.Builder |
SageMakerCreateModel.Builder.vpc(IVpc vpc)
(experimental) The VPC that is accessible by the hosted model.
|
Copyright © 2021. All rights reserved.