OnYourDataDeploymentNameVectorizationSource Class

Definition

The details of a a vectorization source, used by Azure OpenAI On Your Data when applying vector search, that is based on an internal embeddings model deployment name in the same Azure OpenAI resource.

public class OnYourDataDeploymentNameVectorizationSource : Azure.AI.OpenAI.OnYourDataVectorizationSource, System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.OnYourDataDeploymentNameVectorizationSource>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.OnYourDataDeploymentNameVectorizationSource>
type OnYourDataDeploymentNameVectorizationSource = class
    inherit OnYourDataVectorizationSource
    interface IJsonModel<OnYourDataDeploymentNameVectorizationSource>
    interface IPersistableModel<OnYourDataDeploymentNameVectorizationSource>
Public Class OnYourDataDeploymentNameVectorizationSource
Inherits OnYourDataVectorizationSource
Implements IJsonModel(Of OnYourDataDeploymentNameVectorizationSource), IPersistableModel(Of OnYourDataDeploymentNameVectorizationSource)
Inheritance
OnYourDataDeploymentNameVectorizationSource
Implements

Constructors

OnYourDataDeploymentNameVectorizationSource(String)

Initializes a new instance of OnYourDataDeploymentNameVectorizationSource.

Properties

DeploymentName

The embedding model deployment name within the same Azure OpenAI resource. This enables you to use vector search without Azure OpenAI api-key and without Azure OpenAI public network access.

Explicit Interface Implementations

IJsonModel<OnYourDataDeploymentNameVectorizationSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OnYourDataDeploymentNameVectorizationSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<OnYourDataVectorizationSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from OnYourDataVectorizationSource)
IJsonModel<OnYourDataVectorizationSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from OnYourDataVectorizationSource)
IPersistableModel<OnYourDataDeploymentNameVectorizationSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OnYourDataDeploymentNameVectorizationSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OnYourDataDeploymentNameVectorizationSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<OnYourDataVectorizationSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from OnYourDataVectorizationSource)
IPersistableModel<OnYourDataVectorizationSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from OnYourDataVectorizationSource)
IPersistableModel<OnYourDataVectorizationSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from OnYourDataVectorizationSource)

Applies to