Builder

class Builder

Properties

Link copied to clipboard

The strategy that determines the order of preference for resources specified in InstanceConfigs used in hyperparameter optimization.

Link copied to clipboard

A list containing the configuration(s) for one or more resources for processing hyperparameter jobs. These resources include compute instances and storage volumes to use in model training jobs launched by hyperparameter tuning jobs. The AllocationStrategy controls the order in which multiple configurations provided in InstanceConfigs are used.

Link copied to clipboard

The number of compute instances of type InstanceType to use. For distributed training, select a value greater than 1.

Link copied to clipboard

The instance type used to run hyperparameter optimization tuning jobs. See descriptions of instance types for more information.

Link copied to clipboard

A key used by Amazon Web Services Key Management Service to encrypt data on the storage volume attached to the compute instances used to run the training job. You can use either of the following formats to specify a key.

Link copied to clipboard

The volume size in GB for the storage volume to be used in processing hyperparameter optimization jobs (optional). These volumes store model artifacts, incremental states and optionally, scratch space for training algorithms. Do not provide a value for this parameter if a value for InstanceConfigs is also specified.