public class SkillsAsyncRequestStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
SkillsAsyncRequestStatus.Status
The current status of the asynchronous operation: - `Available`: An asynchronous export is
available.
|
Modifier and Type | Method and Description |
---|---|
String |
getAssistantId()
Gets the assistantId.
|
String |
getStatus()
Gets the status.
|
String |
getStatusDescription()
Gets the statusDescription.
|
List<StatusError> |
getStatusErrors()
Gets the statusErrors.
|
public String getAssistantId()
The assistant ID of the assistant.
public String getStatus()
The current status of the asynchronous operation: - `Available`: An asynchronous export is available. - `Completed`: An asynchronous import operation has completed successfully. - `Failed`: An asynchronous operation has failed. See the **status_errors** property for more information about the cause of the failure. - `Processing`: An asynchronous operation has not yet completed.
public String getStatusDescription()
The description of the failed asynchronous operation. Included only if **status**=`Failed`.
public List<StatusError> getStatusErrors()
An array of messages about errors that caused an asynchronous operation to fail. Included only if **status**=`Failed`.
Copyright © 2023 IBM Cloud. All rights reserved.