CreateMlModelRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String