class Aws::LookoutforVision::Types::DeleteDatasetRequest
@note When making an API call, you may pass DeleteDatasetRequest
data as a hash: { project_name: "ProjectName", # required dataset_type: "DatasetType", # required client_token: "ClientToken", }
@!attribute [rw] project_name
The name of the project that contains the dataset that you want to delete. @return [String]
@!attribute [rw] dataset_type
The type of the dataset to delete. Specify `train` to delete the training dataset. Specify `test` to delete the test dataset. To delete the dataset in a single dataset project, specify `train`. @return [String]
@!attribute [rw] client_token
ClientToken is an idempotency token that ensures a call to `DeleteDataset` completes only once. You choose the value to pass. For example, An issue, such as an network outage, might prevent you from getting a response from `DeleteDataset`. In this case, safely retry your call to `DeleteDataset` by using the same `ClientToken` parameter value. An error occurs if the other input parameters are not the same as in the first request. Using a different value for `ClientToken` is considered a new call to `DeleteDataset`. An idempotency token is active for 8 hours. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lookoutvision-2020-11-20/DeleteDatasetRequest AWS API Documentation
Constants
- SENSITIVE