lookoutequipment_import_dataset {paws.machine.learning} | R Documentation |
Imports a dataset
Description
Imports a dataset.
See https://www.paws-r-sdk.com/docs/lookoutequipment_import_dataset/ for full documentation.
Usage
lookoutequipment_import_dataset(
SourceDatasetArn,
DatasetName = NULL,
ClientToken,
ServerSideKmsKeyId = NULL,
Tags = NULL
)
Arguments
SourceDatasetArn |
[required] The Amazon Resource Name (ARN) of the dataset to import. |
DatasetName |
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. |
ClientToken |
[required] A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one. |
ServerSideKmsKeyId |
Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment. |
Tags |
Any tags associated with the dataset to be created. |
[Package paws.machine.learning version 0.9.0 Index]