# README
Package hyperparametertuningjob
This package contains the hyperparameter tuning job controller, its tests, and helper types and functions.
# Functions
NewHPOTrainingJobSpawner constructs a new HPOTrainingJobSpawner.
NewHyperparameterTuningJobReconciler creates a new reconciler with the default SageMaker client.
# Constants
Defines the maximum number of characters in a SageMaker HyperParameter Job name.
Status used when no SageMaker status is available.
# Structs
Reconciler reconciles a HyperparameterTuningJob object.
# Interfaces
HPOTrainingJobSpawner is a simple utility for creating and deleting Kubernetes TrainingJobs that track SageMaker TrainingJobs that were started by a given HPO job.
# Type aliases
HPOTrainingJobSpawnerProvider constructs an HPO Training Job Spawner.