|
NAMEPaws::MachineLearning::CreateMLModel - Arguments for method CreateMLModel on Paws::MachineLearningDESCRIPTIONThis class represents the parameters used for calling the method CreateMLModel on the Amazon Machine Learning service. Use the attributes of this class as arguments to method CreateMLModel.You shouln't make instances of this class. Each attribute should be used as a named argument in the call to CreateMLModel. As an example: $service_obj->CreateMLModel(Att1 => $value1, Att2 => $value2, ...); Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. ATTRIBUTESREQUIRED MLModelId => StrA user-supplied ID that uniquely identifies the "MLModel".MLModelName => StrA user-supplied name or description of the "MLModel".REQUIRED MLModelType => StrThe category of supervised learning that this "MLModel" will address. Choose from the following types:
For more information, see the Amazon Machine Learning Developer Guide. Parameters => Paws::MachineLearning::TrainingParametersA list of the training parameters in the "MLModel". The list is implemented as a map of key/value pairs.The following is the current set of training parameters:
Recipe => StrThe data recipe for creating "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.RecipeUri => StrThe 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.REQUIRED TrainingDataSourceId => StrThe "DataSource" that points to the training data.SEE ALSOThis class forms part of Paws, documenting arguments for method CreateMLModel in Paws::MachineLearningBUGS and CONTRIBUTIONSThe source code is located here: https://github.com/pplu/aws-sdk-perlPlease report bugs to: https://github.com/pplu/aws-sdk-perl/issues
Visit the GSP FreeBSD Man Page Interface. |