KnowledgeBaseOperationResponse 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 indicating the KnowledgeBase operation. Please note this is the abstract base class. The derived classes available for instantiation are: KnowledgeBaseIndexingOperationResponse and KnowledgeBaseSearchOperationResponse.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Discovery.UnknownKnowledgeBaseOperationResponse))]
public abstract class KnowledgeBaseOperationResponse : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.KnowledgeBaseOperationResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.KnowledgeBaseOperationResponse>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Discovery.UnknownKnowledgeBaseOperationResponse))>]
type KnowledgeBaseOperationResponse = class
interface IJsonModel<KnowledgeBaseOperationResponse>
interface IPersistableModel<KnowledgeBaseOperationResponse>
Public MustInherit Class KnowledgeBaseOperationResponse
Implements IJsonModel(Of KnowledgeBaseOperationResponse), IPersistableModel(Of KnowledgeBaseOperationResponse)
- Inheritance
-
KnowledgeBaseOperationResponse
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Error |
Error object that describes the error when status is 'Failed'. |
| Id |
The unique ID of the operation. |
| Status |
The status of the operation. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to KnowledgeBaseOperationResponse) | |