interface ISageMakerTask
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.StepFunctions.Tasks.ISageMakerTask |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#ISageMakerTask |
Java | software.amazon.awscdk.services.stepfunctions.tasks.ISageMakerTask |
Python | aws_cdk.aws_stepfunctions_tasks.ISageMakerTask |
TypeScript (source) | aws-cdk-lib » aws_stepfunctions_tasks » ISageMakerTask |
Task to train a machine learning model using Amazon SageMaker.
Properties
| Name | Type | Description |
|---|---|---|
| grant | IPrincipal | The principal to grant permissions to. |
grantPrincipal
Type:
IPrincipal
The principal to grant permissions to.

.NET
Go
Java
Python
TypeScript (