Class: Aws::Personalize::Types::CreateDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::CreateDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
-
#dataset_type ⇒ String
The type of dataset.
-
#name ⇒ String
The name for the dataset.
-
#schema_arn ⇒ String
The ARN of the schema to associate with the dataset.
-
#tags ⇒ Array<Types::Tag>
A list of [tags] to apply to the dataset.
Instance Attribute Details
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group to add the dataset to.
1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'lib/aws-sdk-personalize/types.rb', line 1377 class CreateDatasetRequest < Struct.new( :name, :schema_arn, :dataset_group_arn, :dataset_type, :tags) SENSITIVE = [] include Aws::Structure end |
#dataset_type ⇒ String
The type of dataset.
One of the following (case insensitive) values:
-
Interactions
-
Items
-
Users
-
Actions
-
Action_Interactions
1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'lib/aws-sdk-personalize/types.rb', line 1377 class CreateDatasetRequest < Struct.new( :name, :schema_arn, :dataset_group_arn, :dataset_type, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the dataset.
1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'lib/aws-sdk-personalize/types.rb', line 1377 class CreateDatasetRequest < Struct.new( :name, :schema_arn, :dataset_group_arn, :dataset_type, :tags) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The ARN of the schema to associate with the dataset. The schema defines the dataset fields.
1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'lib/aws-sdk-personalize/types.rb', line 1377 class CreateDatasetRequest < Struct.new( :name, :schema_arn, :dataset_group_arn, :dataset_type, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of [tags] to apply to the dataset.
[1]: docs.aws.amazon.com/personalize/latest/dg/tagging-resources.html
1377 1378 1379 1380 1381 1382 1383 1384 1385 |
# File 'lib/aws-sdk-personalize/types.rb', line 1377 class CreateDatasetRequest < Struct.new( :name, :schema_arn, :dataset_group_arn, :dataset_type, :tags) SENSITIVE = [] include Aws::Structure end |