KnowledgeBaseIndexingOperationResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for indexing operations.
public class KnowledgeBaseIndexingOperationResponse : Azure.AI.Discovery.KnowledgeBaseOperationResponse, System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.KnowledgeBaseIndexingOperationResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.KnowledgeBaseIndexingOperationResponse>
type KnowledgeBaseIndexingOperationResponse = class
inherit KnowledgeBaseOperationResponse
interface IJsonModel<KnowledgeBaseIndexingOperationResponse>
interface IPersistableModel<KnowledgeBaseIndexingOperationResponse>
Public Class KnowledgeBaseIndexingOperationResponse
Inherits KnowledgeBaseOperationResponse
Implements IJsonModel(Of KnowledgeBaseIndexingOperationResponse), IPersistableModel(Of KnowledgeBaseIndexingOperationResponse)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Error |
Error object that describes the error when status is 'Failed'. (Inherited from KnowledgeBaseOperationResponse) |
| Id |
The unique ID of the operation. (Inherited from KnowledgeBaseOperationResponse) |
| IndexingResult |
Result details for indexing operations. |
| Status |
The status of the operation. (Inherited from KnowledgeBaseOperationResponse) |