Class: Aws::LookoutEquipment::Types::ImportDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ImportDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique identifier for the request.
-
#dataset_name ⇒ String
The name of the machine learning dataset to be created.
-
#server_side_kms_key_id ⇒ String
Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.
-
#source_dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset to import.
-
#tags ⇒ Array<Types::Tag>
Any tags associated with the dataset to be created.
Instance Attribute Details
#client_token ⇒ String
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2053 2054 2055 2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2053 class ImportDatasetRequest < Struct.new( :source_dataset_arn, :dataset_name, :client_token, :server_side_kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#dataset_name ⇒ String
The name of the machine learning dataset to be created. If the dataset already exists, Amazon Lookout for Equipment overwrites the existing dataset. If you don’t specify this field, it is filled with the name of the source dataset.
2053 2054 2055 2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2053 class ImportDatasetRequest < Struct.new( :source_dataset_arn, :dataset_name, :client_token, :server_side_kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#server_side_kms_key_id ⇒ String
Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.
2053 2054 2055 2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2053 class ImportDatasetRequest < Struct.new( :source_dataset_arn, :dataset_name, :client_token, :server_side_kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#source_dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset to import.
2053 2054 2055 2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2053 class ImportDatasetRequest < Struct.new( :source_dataset_arn, :dataset_name, :client_token, :server_side_kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Any tags associated with the dataset to be created.
2053 2054 2055 2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2053 class ImportDatasetRequest < Struct.new( :source_dataset_arn, :dataset_name, :client_token, :server_side_kms_key_id, :tags) SENSITIVE = [] include Aws::Structure end |