public class BatchDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
String |
getBatchId()
Gets the batchId.
|
Date |
getCreated()
Gets the created.
|
String |
getEnrichmentId()
Gets the enrichmentId.
|
public String getBatchId()
The Universally Unique Identifier (UUID) for a batch of documents.
public Date getCreated()
The date and time (RFC3339) that the batch was created.
public String getEnrichmentId()
The Universally Unique Identifier (UUID) for the external enrichment.
Copyright © 2024 IBM Cloud. All rights reserved.