class Aws::Personalize::Types::CreateDatasetRequest
@note When making an API call, you may pass CreateDatasetRequest
data as a hash: { name: "Name", # required schema_arn: "Arn", # required dataset_group_arn: "Arn", # required dataset_type: "DatasetType", # required }
@!attribute [rw] name
The name for the dataset. @return [String]
@!attribute [rw] schema_arn
The ARN of the schema to associate with the dataset. The schema defines the dataset fields. @return [String]
@!attribute [rw] dataset_group_arn
The Amazon Resource Name (ARN) of the dataset group to add the dataset to. @return [String]
@!attribute [rw] dataset_type
The type of dataset. One of the following (case insensitive) values: * Interactions * Items * Users @return [String]
@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/CreateDatasetRequest AWS API Documentation
Constants
- SENSITIVE