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 | Method and Description |
---|---|
String |
getCollectionId()
Gets the collectionId.
|
Date |
getCreated()
Gets the created.
|
String |
getDescription()
Gets the description.
|
String |
getDocumentId()
Gets the documentId.
|
String |
getNoticeId()
Gets the noticeId.
|
String |
getQueryId()
Gets the queryId.
|
String |
getSeverity()
Gets the severity.
|
String |
getStep()
Gets the step.
|
public 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 Date getCreated()
The creation date of the collection in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
public String getDocumentId()
Unique identifier of the document.
public String getCollectionId()
Unique identifier of the collection.
public String getQueryId()
Unique identifier of the query used for relevance training.
public String getSeverity()
Severity level of the notice.
public String getStep()
Ingestion or training step in which the notice occurred.
public String getDescription()
The description of the notice.
Copyright © 2024 IBM Cloud. All rights reserved.