public class MonitorAssistantReleaseImportArtifactResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
MonitorAssistantReleaseImportArtifactResponse.SkillImpactInDraft
The type of the skill in the draft environment.
|
static interface |
MonitorAssistantReleaseImportArtifactResponse.Status
The current status of the release import process: - **Completed**: The artifact import has
completed.
|
Modifier and Type | Method and Description |
---|---|
String |
getAssistantId()
Gets the assistantId.
|
Date |
getCreated()
Gets the created.
|
List<String> |
getSkillImpactInDraft()
Gets the skillImpactInDraft.
|
String |
getStatus()
Gets the status.
|
String |
getStatusDescription()
Gets the statusDescription.
|
List<StatusError> |
getStatusErrors()
Gets the statusErrors.
|
String |
getTaskId()
Gets the taskId.
|
Date |
getUpdated()
Gets the updated.
|
public String getStatus()
The current status of the release import process: - **Completed**: The artifact import has completed. - **Failed**: The asynchronous artifact import process has failed. - **Processing**: An asynchronous operation to import the artifact is underway and not yet completed.
public String getTaskId()
A unique identifier for a background asynchronous task that is executing or has executed the operation.
public String getAssistantId()
The ID of the assistant to which the release belongs.
public List<StatusError> getStatusErrors()
An array of messages about errors that caused an asynchronous operation to fail. Included only if **status**=`Failed`.
public String getStatusDescription()
The description of the failed asynchronous operation. Included only if **status**=`Failed`.
public List<String> getSkillImpactInDraft()
An array of skill types in the draft environment which will be overridden with skills from the artifact being imported.
public Date getCreated()
The timestamp for creation of the object.
public Date getUpdated()
The timestamp for the most recent update to the object.
Copyright © 2024 IBM Cloud. All rights reserved.