NAME
Paws::PersonalizeRuntime::PredictedItem
USAGE
This 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::PersonalizeRuntime::PredictedItem object:
$service_obj->Method(Att1 => { ItemId => $value, ..., Score => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::PersonalizeRuntime::PredictedItem object:
$result = $service_obj->Method(...);
$result->Att1->ItemId
DESCRIPTION
An object that identifies an item.
The and APIs return a list of PredictedItem
s.
ATTRIBUTES
ItemId => Str
The recommended item ID.
Score => Num
A numeric representation of the model's certainty that the item will be the next user selection. For more information on scoring logic, see how-scores-work.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::PersonalizeRuntime
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues