Class: Aws::Pinpoint::Types::RecommenderConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Provides information about Amazon Pinpoint configuration settings for retrieving and processing data from a recommender model.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

A map that defines 1-10 custom endpoint or user attributes, depending on the value for the RecommenderUserIdType 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.

This value is null if the configuration doesn’t invoke an AWS Lambda function (LambdaFunctionArn) to perform additional processing of recommendation data.

Returns:

  • (Hash<String,String>)


12339
12340
12341
12342
12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-pinpoint/types.rb', line 12339

class RecommenderConfigurationResponse < Struct.new(
  :attributes,
  :creation_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :recommendation_provider_id_type,
  :recommendation_provider_role_arn,
  :recommendation_provider_uri,
  :recommendation_transformer_uri,
  :recommendations_display_name,
  :recommendations_per_message)
  include Aws::Structure
end

#creation_dateString

The date, in extended ISO 8601 format, when the configuration was created for the recommender model.

Returns:

  • (String)


12339
12340
12341
12342
12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-pinpoint/types.rb', line 12339

class RecommenderConfigurationResponse < Struct.new(
  :attributes,
  :creation_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :recommendation_provider_id_type,
  :recommendation_provider_role_arn,
  :recommendation_provider_uri,
  :recommendation_transformer_uri,
  :recommendations_display_name,
  :recommendations_per_message)
  include Aws::Structure
end

#descriptionString

The custom description of the configuration for the recommender model.

Returns:

  • (String)


12339
12340
12341
12342
12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-pinpoint/types.rb', line 12339

class RecommenderConfigurationResponse < Struct.new(
  :attributes,
  :creation_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :recommendation_provider_id_type,
  :recommendation_provider_role_arn,
  :recommendation_provider_uri,
  :recommendation_transformer_uri,
  :recommendations_display_name,
  :recommendations_per_message)
  include Aws::Structure
end

#idString

The unique identifier for the recommender model configuration.

Returns:

  • (String)


12339
12340
12341
12342
12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-pinpoint/types.rb', line 12339

class RecommenderConfigurationResponse < Struct.new(
  :attributes,
  :creation_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :recommendation_provider_id_type,
  :recommendation_provider_role_arn,
  :recommendation_provider_uri,
  :recommendation_transformer_uri,
  :recommendations_display_name,
  :recommendations_per_message)
  include Aws::Structure
end

#last_modified_dateString

The date, in extended ISO 8601 format, when the configuration for the recommender model was last modified.

Returns:

  • (String)


12339
12340
12341
12342
12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-pinpoint/types.rb', line 12339

class RecommenderConfigurationResponse < Struct.new(
  :attributes,
  :creation_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :recommendation_provider_id_type,
  :recommendation_provider_role_arn,
  :recommendation_provider_uri,
  :recommendation_transformer_uri,
  :recommendations_display_name,
  :recommendations_per_message)
  include Aws::Structure
end

#nameString

The custom name of the configuration for the recommender model.

Returns:

  • (String)


12339
12340
12341
12342
12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-pinpoint/types.rb', line 12339

class RecommenderConfigurationResponse < Struct.new(
  :attributes,
  :creation_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :recommendation_provider_id_type,
  :recommendation_provider_role_arn,
  :recommendation_provider_uri,
  :recommendation_transformer_uri,
  :recommendations_display_name,
  :recommendations_per_message)
  include Aws::Structure
end

#recommendation_provider_id_typeString

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:

  • PINPOINT_ENDPOINT_ID - Each user in the model is associated with a particular endpoint in Amazon Pinpoint. The data is correlated based on endpoint IDs in Amazon Pinpoint. This is the default value.

  • PINPOINT_USER_ID - Each user in the model is associated with a particular user and endpoint in Amazon Pinpoint. The data is correlated based on user IDs in Amazon Pinpoint. If this value is specified, an endpoint definition in Amazon Pinpoint has to specify both a user ID (UserId) and an endpoint ID. Otherwise, messages won’t be sent to the user’s endpoint.

Returns:

  • (String)


12339
12340
12341
12342
12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-pinpoint/types.rb', line 12339

class RecommenderConfigurationResponse < Struct.new(
  :attributes,
  :creation_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :recommendation_provider_id_type,
  :recommendation_provider_role_arn,
  :recommendation_provider_uri,
  :recommendation_transformer_uri,
  :recommendations_display_name,
  :recommendations_per_message)
  include Aws::Structure
end

#recommendation_provider_role_arnString

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.

Returns:

  • (String)


12339
12340
12341
12342
12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-pinpoint/types.rb', line 12339

class RecommenderConfigurationResponse < Struct.new(
  :attributes,
  :creation_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :recommendation_provider_id_type,
  :recommendation_provider_role_arn,
  :recommendation_provider_uri,
  :recommendation_transformer_uri,
  :recommendations_display_name,
  :recommendations_per_message)
  include Aws::Structure
end

#recommendation_provider_uriString

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.

Returns:

  • (String)


12339
12340
12341
12342
12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-pinpoint/types.rb', line 12339

class RecommenderConfigurationResponse < Struct.new(
  :attributes,
  :creation_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :recommendation_provider_id_type,
  :recommendation_provider_role_arn,
  :recommendation_provider_uri,
  :recommendation_transformer_uri,
  :recommendations_display_name,
  :recommendations_per_message)
  include Aws::Structure
end

#recommendation_transformer_uriString

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.

Returns:

  • (String)


12339
12340
12341
12342
12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-pinpoint/types.rb', line 12339

class RecommenderConfigurationResponse < Struct.new(
  :attributes,
  :creation_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :recommendation_provider_id_type,
  :recommendation_provider_role_arn,
  :recommendation_provider_uri,
  :recommendation_transformer_uri,
  :recommendations_display_name,
  :recommendations_per_message)
  include Aws::Structure
end

#recommendations_display_nameString

The custom display name for the standard endpoint or user attribute (RecommendationItems) that temporarily stores a recommended item for each endpoint or user, depending on the value for the RecommenderUserIdType property. This name appears in the **Attribute finder** pane of the template editor on the Amazon Pinpoint console.

This value is null if the configuration doesn’t invoke an AWS Lambda function (LambdaFunctionArn) to perform additional processing of recommendation data.

Returns:

  • (String)


12339
12340
12341
12342
12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-pinpoint/types.rb', line 12339

class RecommenderConfigurationResponse < Struct.new(
  :attributes,
  :creation_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :recommendation_provider_id_type,
  :recommendation_provider_role_arn,
  :recommendation_provider_uri,
  :recommendation_transformer_uri,
  :recommendations_display_name,
  :recommendations_per_message)
  include Aws::Structure
end

#recommendations_per_messageInteger

The number of recommended items that are retrieved from the model for each endpoint or user, depending on the value for the RecommenderUserIdType property. This number determines how many recommended attributes are available for use as message variables in message templates.

Returns:

  • (Integer)


12339
12340
12341
12342
12343
12344
12345
12346
12347
12348
12349
12350
12351
12352
12353
# File 'lib/aws-sdk-pinpoint/types.rb', line 12339

class RecommenderConfigurationResponse < Struct.new(
  :attributes,
  :creation_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :recommendation_provider_id_type,
  :recommendation_provider_role_arn,
  :recommendation_provider_uri,
  :recommendation_transformer_uri,
  :recommendations_display_name,
  :recommendations_per_message)
  include Aws::Structure
end