Skip to content

Commit

Permalink
Added some explanation about enableNetworkIsolation option
Browse files Browse the repository at this point in the history
  • Loading branch information
TakaakiFuruse committed Oct 13, 2021
1 parent 5ef5799 commit a263562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-stepfunctions-tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,8 @@ disable this behavior.

Step Functions supports [AWS SageMaker](https://docs.aws.amazon.com/step-functions/latest/dg/connect-sagemaker.html) through the service integration pattern.

[Network isolation is required](https://docs.aws.amazon.com/sagemaker/latest/dg/mkt-algo-model-internet-free.html) to run training jobs and models using resources from AWS Marketplace. In that case, you are requierd to pass `enableNetworkIsolation=true` to `SageMakerCreateModel` and `SageMakerCreateTrainingJob`.

### Create Training Job

You can call the [`CreateTrainingJob`](https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateTrainingJob.html) API from a `Task` state.
Expand Down

0 comments on commit a263562

Please sign in to comment.