Class: Aws::CustomerProfiles::Types::GetRecommenderSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetRecommenderSchemaResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the recommender schema was created.
-
#fields ⇒ Hash<String,Array<Types::RecommenderSchemaField>>
A map of dataset type to column definitions included in the schema.
-
#recommender_schema_name ⇒ String
The name of the recommender schema.
-
#status ⇒ String
The status of the recommender schema.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the recommender schema was created.
4938 4939 4940 4941 4942 4943 4944 4945 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4938 class GetRecommenderSchemaResponse < Struct.new( :recommender_schema_name, :fields, :created_at, :status) SENSITIVE = [] include Aws::Structure end |
#fields ⇒ Hash<String,Array<Types::RecommenderSchemaField>>
A map of dataset type to column definitions included in the schema.
4938 4939 4940 4941 4942 4943 4944 4945 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4938 class GetRecommenderSchemaResponse < Struct.new( :recommender_schema_name, :fields, :created_at, :status) SENSITIVE = [] include Aws::Structure end |
#recommender_schema_name ⇒ String
The name of the recommender schema.
4938 4939 4940 4941 4942 4943 4944 4945 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4938 class GetRecommenderSchemaResponse < Struct.new( :recommender_schema_name, :fields, :created_at, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the recommender schema.
4938 4939 4940 4941 4942 4943 4944 4945 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4938 class GetRecommenderSchemaResponse < Struct.new( :recommender_schema_name, :fields, :created_at, :status) SENSITIVE = [] include Aws::Structure end |