public static interface ImportDatasetResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<ImportDatasetResponse.Builder,ImportDatasetResponse>
| Modifier and Type | Method and Description |
|---|---|
ImportDatasetResponse.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that was imported.
|
ImportDatasetResponse.Builder |
datasetName(String datasetName)
The name of the created machine learning dataset.
|
ImportDatasetResponse.Builder |
jobId(String jobId)
A unique identifier for the job of importing the dataset.
|
ImportDatasetResponse.Builder |
status(DatasetStatus status)
The status of the
ImportDataset operation. |
ImportDatasetResponse.Builder |
status(String status)
The status of the
ImportDataset operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportDatasetResponse.Builder datasetName(String datasetName)
The name of the created machine learning dataset.
datasetName - The name of the created machine learning dataset.ImportDatasetResponse.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that was imported.
datasetArn - The Amazon Resource Name (ARN) of the dataset that was imported.ImportDatasetResponse.Builder status(String status)
The status of the ImportDataset operation.
status - The status of the ImportDataset operation.DatasetStatus,
DatasetStatusImportDatasetResponse.Builder status(DatasetStatus status)
The status of the ImportDataset operation.
status - The status of the ImportDataset operation.DatasetStatus,
DatasetStatusImportDatasetResponse.Builder jobId(String jobId)
A unique identifier for the job of importing the dataset.
jobId - A unique identifier for the job of importing the dataset.Copyright © 2023. All rights reserved.