TrainingJobDefinition
class TrainingJobDefinition
Defines the input needed to run a training job using the algorithm.
Types
Properties
Link copied to clipboard
The hyperparameters used for the training job.
Link copied to clipboard
An array of Channel
objects, each of which specifies an input source.
Link copied to clipboard
the path to the S3 bucket where you want to store model artifacts. SageMaker creates subfolders for the artifacts.
Link copied to clipboard
The resources, including the ML compute instances and ML storage volumes, to use for model training.
Link copied to clipboard
Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.
Link copied to clipboard
The training input mode that the algorithm supports. For more information about input modes, see Algorithms.