Class: Aws::Comprehend::Types::CreateDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::CreateDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique identifier for the request.
-
#dataset_name ⇒ String
Name of the dataset.
-
#dataset_type ⇒ String
The dataset type.
-
#description ⇒ String
Description of the dataset.
-
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel of the flywheel to receive the data.
-
#input_data_config ⇒ Types::DatasetInputDataConfig
Information about the input data configuration.
-
#tags ⇒ Array<Types::Tag>
Tags for the dataset.
Instance Attribute Details
#client_request_token ⇒ String
A unique identifier for the request. If you don’t set the client request token, Amazon Comprehend generates one.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
983 984 985 986 987 988 989 990 991 992 993 |
# File 'lib/aws-sdk-comprehend/types.rb', line 983 class CreateDatasetRequest < Struct.new( :flywheel_arn, :dataset_name, :dataset_type, :description, :input_data_config, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#dataset_name ⇒ String
Name of the dataset.
983 984 985 986 987 988 989 990 991 992 993 |
# File 'lib/aws-sdk-comprehend/types.rb', line 983 class CreateDatasetRequest < Struct.new( :flywheel_arn, :dataset_name, :dataset_type, :description, :input_data_config, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#dataset_type ⇒ String
The dataset type. You can specify that the data in a dataset is for training the model or for testing the model.
983 984 985 986 987 988 989 990 991 992 993 |
# File 'lib/aws-sdk-comprehend/types.rb', line 983 class CreateDatasetRequest < Struct.new( :flywheel_arn, :dataset_name, :dataset_type, :description, :input_data_config, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the dataset.
983 984 985 986 987 988 989 990 991 992 993 |
# File 'lib/aws-sdk-comprehend/types.rb', line 983 class CreateDatasetRequest < Struct.new( :flywheel_arn, :dataset_name, :dataset_type, :description, :input_data_config, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#flywheel_arn ⇒ String
The Amazon Resource Number (ARN) of the flywheel of the flywheel to receive the data.
983 984 985 986 987 988 989 990 991 992 993 |
# File 'lib/aws-sdk-comprehend/types.rb', line 983 class CreateDatasetRequest < Struct.new( :flywheel_arn, :dataset_name, :dataset_type, :description, :input_data_config, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#input_data_config ⇒ Types::DatasetInputDataConfig
Information about the input data configuration. The type of input data varies based on the format of the input and whether the data is for a classifier model or an entity recognition model.
983 984 985 986 987 988 989 990 991 992 993 |
# File 'lib/aws-sdk-comprehend/types.rb', line 983 class CreateDatasetRequest < Struct.new( :flywheel_arn, :dataset_name, :dataset_type, :description, :input_data_config, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Tags for the dataset.
983 984 985 986 987 988 989 990 991 992 993 |
# File 'lib/aws-sdk-comprehend/types.rb', line 983 class CreateDatasetRequest < Struct.new( :flywheel_arn, :dataset_name, :dataset_type, :description, :input_data_config, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |