CreateDataSetImportTaskRequest
Types
Properties
Link copied to clipboard
The unique identifier of the application for which you want to import data sets.
Link copied to clipboard
Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create a data set import. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.
Link copied to clipboard
The data set import task configuration.
Functions
Link copied to clipboard
inline fun copy(block: CreateDataSetImportTaskRequest.Builder.() -> Unit = {}): CreateDataSetImportTaskRequest