public class Notice
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Notice.Severity
Severity level of the notice.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collectionId |
protected java.util.Date |
created |
protected java.lang.String |
description |
protected java.lang.String |
documentId |
protected java.lang.String |
noticeId |
protected java.lang.String |
queryId |
protected java.lang.String |
severity |
protected java.lang.String |
step |
Constructor and Description |
---|
Notice() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionId()
Gets the collectionId.
|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getDocumentId()
Gets the documentId.
|
java.lang.String |
getNoticeId()
Gets the noticeId.
|
java.lang.String |
getQueryId()
Gets the queryId.
|
java.lang.String |
getSeverity()
Gets the severity.
|
java.lang.String |
getStep()
Gets the step.
|
@SerializedName(value="notice_id") protected java.lang.String noticeId
protected java.util.Date created
@SerializedName(value="document_id") protected java.lang.String documentId
@SerializedName(value="collection_id") protected java.lang.String collectionId
@SerializedName(value="query_id") protected java.lang.String queryId
protected java.lang.String severity
protected java.lang.String step
protected java.lang.String description
public java.lang.String getNoticeId()
Identifies the notice. Many notices might have the same ID. This field exists so that user applications can programmatically identify a notice and take automatic corrective action. Typical notice IDs include: `index_failed`, `index_failed_too_many_requests`, `index_failed_incompatible_field`, `index_failed_cluster_unavailable`, `ingestion_timeout`, `ingestion_error`, `bad_request`, `internal_error`, `missing_model`, `unsupported_model`, `smart_document_understanding_failed_incompatible_field`, `smart_document_understanding_failed_internal_error`, `smart_document_understanding_failed_internal_error`, `smart_document_understanding_failed_warning`, `smart_document_understanding_page_error`, `smart_document_understanding_page_warning`. **Note:** This is not a complete list, other values might be returned.
public java.util.Date getCreated()
The creation date of the collection in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
public java.lang.String getDocumentId()
Unique identifier of the document.
public java.lang.String getCollectionId()
Unique identifier of the collection.
public java.lang.String getQueryId()
Unique identifier of the query used for relevance training.
public java.lang.String getSeverity()
Severity level of the notice.
public java.lang.String getStep()
Ingestion or training step in which the notice occurred.
public java.lang.String getDescription()
The description of the notice.