NAME
Paws::SageMaker::HyperParameterTrainingJobDefinition
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::SageMaker::HyperParameterTrainingJobDefinition object:
$service_obj->Method(Att1 => { AlgorithmSpecification => $value, ..., VpcConfig => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::HyperParameterTrainingJobDefinition object:
$result = $service_obj->Method(...);
$result->Att1->AlgorithmSpecification
DESCRIPTION
Defines the training jobs launched by a hyperparameter tuning job.
ATTRIBUTES
REQUIRED AlgorithmSpecification => Paws::SageMaker::HyperParameterAlgorithmSpecification
The HyperParameterAlgorithmSpecification object that specifies the resource algorithm to use for the training jobs that the tuning job launches.
CheckpointConfig => Paws::SageMaker::CheckpointConfig
DefinitionName => Str
The job definition name.
EnableInterContainerTrafficEncryption => Bool
To encrypt all communications between ML compute instances in distributed training, choose True
. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.
EnableManagedSpotTraining => Bool
A Boolean indicating whether managed spot training is enabled (True
) or not (False
).
EnableNetworkIsolation => Bool
Isolates the training container. No inbound or outbound network calls can be made, except for calls between peers within a training cluster for distributed training. If network isolation is used for training jobs that are configured to use a VPC, Amazon SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.
HyperParameterRanges => Paws::SageMaker::ParameterRanges
InputDataConfig => ArrayRef[Paws::SageMaker::Channel]
An array of Channel objects that specify the input for the training jobs that the tuning job launches.
REQUIRED OutputDataConfig => Paws::SageMaker::OutputDataConfig
Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning job launches.
REQUIRED ResourceConfig => Paws::SageMaker::ResourceConfig
The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning job launches.
Storage volumes store model artifacts and incremental states. Training algorithms might also use storage volumes for scratch space. If you want Amazon SageMaker to use the storage volume to store the training data, choose File
as the TrainingInputMode
in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.
RetryStrategy => Paws::SageMaker::RetryStrategy
The number of times to retry the job when the job fails due to an InternalServerError
.
REQUIRED RoleArn => Str
The Amazon Resource Name (ARN) of the IAM role associated with the training jobs that the tuning job launches.
StaticHyperParameters => Paws::SageMaker::HyperParameters
Specifies the values of hyperparameters that do not change for the tuning job.
REQUIRED StoppingCondition => Paws::SageMaker::StoppingCondition
Specifies a limit to how long a model hyperparameter training job can run. It also specifies how long a managed spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.
TuningObjective => Paws::SageMaker::HyperParameterTuningJobObjective
VpcConfig => Paws::SageMaker::VpcConfig
The VpcConfig object that specifies the VPC that you want the training jobs that this hyperparameter tuning job launches to connect to. Control access to and from your training container by configuring the VPC. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html).
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SageMaker
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues