View source: R/lookoutequipment_operations.R
lookoutequipment_import_dataset | R Documentation |
Imports a dataset.
See https://www.paws-r-sdk.com/docs/lookoutequipment_import_dataset/ for full documentation.
lookoutequipment_import_dataset(
SourceDatasetArn,
DatasetName = NULL,
ClientToken,
ServerSideKmsKeyId = NULL,
Tags = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.