| Package | Description |
|---|---|
| com.amazonaws.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
JobProgressReport |
JobProgressReport.clone() |
JobProgressReport |
ImportJobProperties.getJobProgressReport()
Displays the progress of the import job, including total resources scanned, total resources ingested, and total
size of data ingested.
|
JobProgressReport |
JobProgressReport.withThroughput(Double throughput)
The throughput (in MB/sec) of the import job.
|
JobProgressReport |
JobProgressReport.withTotalNumberOfFilesReadWithCustomerError(Long totalNumberOfFilesReadWithCustomerError)
The number of files that failed to be read from the input S3 bucket due to customer error.
|
JobProgressReport |
JobProgressReport.withTotalNumberOfImportedFiles(Long totalNumberOfImportedFiles)
The number of files imported so far.
|
JobProgressReport |
JobProgressReport.withTotalNumberOfResourcesImported(Long totalNumberOfResourcesImported)
The number of resources imported so far.
|
JobProgressReport |
JobProgressReport.withTotalNumberOfResourcesScanned(Long totalNumberOfResourcesScanned)
The number of resources scanned from the input S3 bucket.
|
JobProgressReport |
JobProgressReport.withTotalNumberOfResourcesWithCustomerError(Long totalNumberOfResourcesWithCustomerError)
The number of resources that failed due to customer error.
|
JobProgressReport |
JobProgressReport.withTotalNumberOfScannedFiles(Long totalNumberOfScannedFiles)
The number of files scanned from input S3 bucket.
|
JobProgressReport |
JobProgressReport.withTotalSizeOfScannedFilesInMB(Double totalSizeOfScannedFilesInMB)
The size (in MB) of the files scanned from the input S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportJobProperties.setJobProgressReport(JobProgressReport jobProgressReport)
Displays the progress of the import job, including total resources scanned, total resources ingested, and total
size of data ingested.
|
ImportJobProperties |
ImportJobProperties.withJobProgressReport(JobProgressReport jobProgressReport)
Displays the progress of the import job, including total resources scanned, total resources ingested, and total
size of data ingested.
|
Copyright © 2024. All rights reserved.