SageMaker Training Plan

SageMaker Training Plan in AWS represents a summary of a scheduled or defined training job configuration within Amazon SageMaker. It provides details about how machine learning models are trained, including the resources, algorithms, and parameters used. This helps manage and track training workflows efficiently.

aws.sagemaker_training_plan

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
available_instance_countcoreint64The number of instances currently available for use in this training plan.
currency_codecorestringThe currency code for the upfront fee (e.g., USD).
duration_hourscoreint64The number of whole hours in the total duration for this training plan.
duration_minutescoreint64The additional minutes beyond whole hours in the total duration for this training plan.
end_timecoretimestampThe end time of the training plan.
in_use_instance_countcoreint64The number of instances currently in use from this training plan.
reserved_capacity_summariescorejsonA list of reserved capacities associated with this training plan, including details such as instance types, counts, and availability zones.
start_timecoretimestampThe start time of the training plan.
statuscorestringThe current status of the training plan (e.g., Pending, Active, Expired). To see the complete list of status values available for a training plan, refer to the Status attribute within the TrainingPlanSummary object.
status_messagecorestringA message providing additional information about the current status of the training plan.
tagscorehstore
target_resourcescorearray<string>The target resources (e.g., training jobs, HyperPod clusters) that can use this training plan. Training plans are specific to their target resource. A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs. A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.
total_instance_countcoreint64The total number of instances reserved in this training plan.
training_plan_arncorestringThe Amazon Resource Name (ARN); of the training plan.
training_plan_namecorestringThe name of the training plan.
upfront_feecorestringThe upfront fee for the training plan.