Class: Aws::Personalize::Types::CreateDatasetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_group_arnString

The Amazon Resource Name (ARN) of the dataset group to add the dataset to.

Returns:

  • (String)


1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1267

class CreateDatasetRequest < Struct.new(
  :name,
  :schema_arn,
  :dataset_group_arn,
  :dataset_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_typeString

The type of dataset.

One of the following (case insensitive) values:

  • Interactions

  • Items

  • Users

  • Actions

  • Action_Interactions

Returns:

  • (String)


1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1267

class CreateDatasetRequest < Struct.new(
  :name,
  :schema_arn,
  :dataset_group_arn,
  :dataset_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the dataset.

Returns:

  • (String)


1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1267

class CreateDatasetRequest < Struct.new(
  :name,
  :schema_arn,
  :dataset_group_arn,
  :dataset_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The ARN of the schema to associate with the dataset. The schema defines the dataset fields.

Returns:

  • (String)


1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1267

class CreateDatasetRequest < Struct.new(
  :name,
  :schema_arn,
  :dataset_group_arn,
  :dataset_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to apply to the dataset.

Returns:



1267
1268
1269
1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 1267

class CreateDatasetRequest < Struct.new(
  :name,
  :schema_arn,
  :dataset_group_arn,
  :dataset_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end