Builder

class Builder

Properties

Link copied to clipboard

A user-supplied ID that uniquely identifies the MLModel.

Link copied to clipboard

A user-supplied name or description of the MLModel.

Link copied to clipboard

The category of supervised learning that this MLModel will address. Choose from the following types:

Link copied to clipboard

A list of the training parameters in the MLModel. The list is implemented as a map of key-value pairs.

Link copied to clipboard

The data recipe for creating the MLModel. You must specify either the recipe or its URI. If you don't specify a recipe or its URI, Amazon ML creates a default.

Link copied to clipboard

The Amazon Simple Storage Service (Amazon S3) location and file name that contains the MLModel recipe. You must specify either the recipe or its URI. If you don't specify a recipe or its URI, Amazon ML creates a default.

Link copied to clipboard

The DataSource that points to the training data.