DiscoveryEngine 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.
Discovery engine instance.
public class DiscoveryEngine : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.DiscoveryEngine>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.DiscoveryEngine>
type DiscoveryEngine = class
interface IJsonModel<DiscoveryEngine>
interface IPersistableModel<DiscoveryEngine>
Public Class DiscoveryEngine
Implements IJsonModel(Of DiscoveryEngine), IPersistableModel(Of DiscoveryEngine)
- Inheritance
-
DiscoveryEngine
- Implements
Properties
| Name | Description |
|---|---|
| Configuration |
The Discovery Engine configuration. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| CreatedAt |
The timestamp when the resource was created. |
| CreatedBy |
The ID of the user who created this resource. |
| CreatedByType |
The type of user who created this resource. |
| DiscoveryEngineStatus |
The Discovery Engine status. |
| LastModifiedAt |
The timestamp when the resource was last updated. |
| LastModifiedBy |
The ID of the user who updated this resource. |
| LastModifiedByType |
The type of user who updated this resource. |
| SystemPrompt |
The system prompt. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to DiscoveryEngine) | |