Class: Aws::LookoutEquipment::Types::ImportDatasetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


1956
1957
1958
1959
1960
1961
1962
1963
1964
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1956

class ImportDatasetRequest < Struct.new(
  :source_dataset_arn,
  :dataset_name,
  :client_token,
  :server_side_kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_nameString

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.

Returns:

  • (String)


1956
1957
1958
1959
1960
1961
1962
1963
1964
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1956

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_idString

Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.

Returns:

  • (String)


1956
1957
1958
1959
1960
1961
1962
1963
1964
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1956

class ImportDatasetRequest < Struct.new(
  :source_dataset_arn,
  :dataset_name,
  :client_token,
  :server_side_kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#source_dataset_arnString

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

Returns:

  • (String)


1956
1957
1958
1959
1960
1961
1962
1963
1964
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1956

class ImportDatasetRequest < Struct.new(
  :source_dataset_arn,
  :dataset_name,
  :client_token,
  :server_side_kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags associated with the dataset to be created.

Returns:



1956
1957
1958
1959
1960
1961
1962
1963
1964
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1956

class ImportDatasetRequest < Struct.new(
  :source_dataset_arn,
  :dataset_name,
  :client_token,
  :server_side_kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end