Builder

class Builder

Properties

Link copied to clipboard

The name of the algorithm resource to use for the training job. This must be an algorithm resource that you created or subscribe to on Amazon Web Services Marketplace.

Link copied to clipboard

The arguments for a container used to run a training job. See How Amazon SageMaker Runs Your Training Image for additional information.

Link copied to clipboard

The entrypoint script for a Docker container used to run a training job. This script takes precedence over the default train processing instructions. See How Amazon SageMaker Runs Your Training Image for more information.

Link copied to clipboard

To generate and save time-series metrics during training, set to true. The default is false and time-series metrics aren't generated except in the following cases:

Link copied to clipboard

A list of metric definition objects. Each object specifies the metric name and regular expressions used to parse algorithm logs. SageMaker publishes each metric to Amazon CloudWatch.

Link copied to clipboard

The registry path of the Docker image that contains the training algorithm. For information about docker registry paths for SageMaker built-in algorithms, see Docker Registry Paths and Example Code in the Amazon SageMaker developer guide. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information about using your custom training container, see Using Your Own Algorithms with Amazon SageMaker.

Link copied to clipboard

The configuration to use an image from a private Docker registry for a training job.

Link copied to clipboard

The training input mode that the algorithm supports. For more information about input modes, see Algorithms.

Functions