Udostępnij za pośrednictwem


ElasticOpenAIIntegrationProperties Class

Definition

Open AI Integration details.

public class ElasticOpenAIIntegrationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Elastic.Models.ElasticOpenAIIntegrationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Elastic.Models.ElasticOpenAIIntegrationProperties>
type ElasticOpenAIIntegrationProperties = class
    interface IJsonModel<ElasticOpenAIIntegrationProperties>
    interface IPersistableModel<ElasticOpenAIIntegrationProperties>
Public Class ElasticOpenAIIntegrationProperties
Implements IJsonModel(Of ElasticOpenAIIntegrationProperties), IPersistableModel(Of ElasticOpenAIIntegrationProperties)
Inheritance
ElasticOpenAIIntegrationProperties
Implements

Constructors

ElasticOpenAIIntegrationProperties()

Initializes a new instance of ElasticOpenAIIntegrationProperties.

Properties

Key

Value of API key for Open AI resource.

LastRefreshOn

Last Update Timestamp for key updation.

OpenAIResourceEndpoint

The API endpoint for Open AI resource.

OpenAIResourceId

The resource id of Open AI resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticOpenAIIntegrationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ElasticOpenAIIntegrationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticOpenAIIntegrationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticOpenAIIntegrationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ElasticOpenAIIntegrationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to