RecommenderConfigurationResponse class
Provides information about Amazon Pinpoint configuration settings for retrieving and processing data from a recommender model.
Constructors
-
RecommenderConfigurationResponse({required String creationDate, required String id, required String lastModifiedDate, required String recommendationProviderRoleArn, required String recommendationProviderUri, Map<
String, String> ? attributes, String? description, String? name, String? recommendationProviderIdType, String? recommendationTransformerUri, String? recommendationsDisplayName, int? recommendationsPerMessage}) -
RecommenderConfigurationResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
attributes
→ Map<
String, String> ? -
A map that defines 1-10 custom endpoint or user attributes, depending on the
value for the RecommendationProviderIdType property. Each of these
attributes temporarily stores a recommended item that's retrieved from the
recommender model and sent to an AWS Lambda function for additional
processing. Each attribute can be used as a message variable in a message
template.
final
- creationDate → String
-
The date, in extended ISO 8601 format, when the configuration was created
for the recommender model.
final
- description → String?
-
The custom description of the configuration for the recommender model.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The unique identifier for the recommender model configuration.
final
- lastModifiedDate → String
-
The date, in extended ISO 8601 format, when the configuration for the
recommender model was last modified.
final
- name → String?
-
The custom name of the configuration for the recommender model.
final
- recommendationProviderIdType → String?
-
The type of Amazon Pinpoint ID that's associated with unique user IDs in the
recommender model. This value enables the model to use attribute and event
data that’s specific to a particular endpoint or user in an Amazon Pinpoint
application. Possible values are:
final
- recommendationProviderRoleArn → String
-
The Amazon Resource Name (ARN) of the AWS Identity and Access Management
(IAM) role that authorizes Amazon Pinpoint to retrieve recommendation data
from the recommender model.
final
- recommendationProviderUri → String
-
The Amazon Resource Name (ARN) of the recommender model that Amazon Pinpoint
retrieves the recommendation data from. This value is the ARN of an Amazon
Personalize campaign.
final
- recommendationsDisplayName → String?
-
The custom display name for the standard endpoint or user attribute
(RecommendationItems) that temporarily stores recommended items for each
endpoint or user, depending on the value for the
RecommendationProviderIdType property. This name appears in the Attribute
finder of the template editor on the Amazon Pinpoint console.
final
- recommendationsPerMessage → int?
-
The number of recommended items that are retrieved from the model for each
endpoint or user, depending on the value for the
RecommendationProviderIdType property. This number determines how many
recommended items are available for use in message variables.
final
- recommendationTransformerUri → String?
-
The name or Amazon Resource Name (ARN) of the AWS Lambda function that
Amazon Pinpoint invokes to perform additional processing of recommendation
data that it retrieves from the recommender model.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited