![]() |
![]()
| ![]() |
![]()
NAMEPaws::Personalize::Solution USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Personalize::Solution object: $service_obj->Method(Att1 => { AutoMLResult => $value, ..., Status => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Personalize::Solution object: $result = $service_obj->Method(...); $result->Att1->AutoMLResult DESCRIPTIONAn object that provides information about a solution. A solution is a trained model that can be deployed as a campaign. ATTRIBUTESAutoMLResult => Paws::Personalize::AutoMLResultWhen "performAutoML" is true, specifies the best recipe found. CreationDateTime => StrThe creation date and time (in Unix time) of the solution. DatasetGroupArn => StrThe Amazon Resource Name (ARN) of the dataset group that provides the training data. EventType => StrThe event type (for example, 'click' or 'like') that is used for training the model. If no "eventType" is provided, Amazon Personalize uses all interactions for training with equal weight regardless of type. LastUpdatedDateTime => StrThe date and time (in Unix time) that the solution was last updated. LatestSolutionVersion => Paws::Personalize::SolutionVersionSummaryDescribes the latest version of the solution, including the status and the ARN. Name => StrThe name of the solution. PerformAutoML => BoolWhen true, Amazon Personalize performs a search for the best USER_PERSONALIZATION recipe from the list specified in the solution configuration ("recipeArn" must not be specified). When false (the default), Amazon Personalize uses "recipeArn" for training. PerformHPO => BoolWhether to perform hyperparameter optimization (HPO) on the chosen recipe. The default is "false". RecipeArn => StrThe ARN of the recipe used to create the solution. SolutionArn => StrThe ARN of the solution. SolutionConfig => Paws::Personalize::SolutionConfigDescribes the configuration properties for the solution. Status => StrThe status of the solution. A solution can be in one of the following states:
SEE ALSOThis class forms part of Paws, describing an object used in Paws::Personalize BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|