View source: R/machinelearning_operations.R
machinelearning_create_ml_model | R Documentation |
Creates a new MLModel
using the DataSource
and the recipe as information sources.
See https://www.paws-r-sdk.com/docs/machinelearning_create_ml_model/ for full documentation.
machinelearning_create_ml_model(
MLModelId,
MLModelName = NULL,
MLModelType,
Parameters = NULL,
TrainingDataSourceId,
Recipe = NULL,
RecipeUri = NULL
)
MLModelId |
[required] A user-supplied ID that uniquely identifies the |
MLModelName |
A user-supplied name or description of the |
MLModelType |
[required] The category of supervised learning that this
For more information, see the Amazon Machine Learning Developer Guide. |
Parameters |
A list of the training parameters in the The following is the current set of training parameters:
|
TrainingDataSourceId |
[required] The |
Recipe |
The data recipe for creating the |
RecipeUri |
The Amazon Simple Storage Service (Amazon S3) location and file name
that contains the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.