Class: Aws::Comprehend::Types::CreateDatasetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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.

Returns:

  • (String)


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_nameString

Name of the dataset.

Returns:

  • (String)


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_typeString

The dataset type. You can specify that the data in a dataset is for training the model or for testing the model.

Returns:

  • (String)


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

#descriptionString

Description of the dataset.

Returns:

  • (String)


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_arnString

The Amazon Resource Number (ARN) of the flywheel of the flywheel to receive the data.

Returns:

  • (String)


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_configTypes::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

#tagsArray<Types::Tag>

Tags for the dataset.

Returns:



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