Identifies the training algorithm to use.
An optional description for this state.
SageMakerCreateTrainingJob.Builder.create(software.constructs.Construct scope,
String id)
Isolates the training container.
Environment variables to set in the Docker container.
SageMakerCreateTrainingJob.Builder.heartbeat(software.amazon.awscdk.core.Duration heartbeat)
Timeout for the heartbeat.
Algorithm-specific parameters that influence the quality of the model.
Describes the various datasets (e.g.
JSONPath expression to select part of the state to be the input to this state.
AWS Step Functions integrates with services directly in the Amazon States Language.
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results of model training.
JSONPath expression to select select a portion of the state output to pass to the next state.
Specifies the resources, ML compute instances, and ML storage volumes to deploy for model training.
JSONPath expression to indicate where to inject the state's output.
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
SageMakerCreateTrainingJob.Builder.role(IRole role)
Role for the Training Job.
Sets a time limit for training.
Tags to be applied to the train job.
SageMakerCreateTrainingJob.Builder.timeout(software.amazon.awscdk.core.Duration timeout)
Timeout for the state machine.
Specifies the VPC that you want your training job to connect to.