Share via


ResponseFormatJsonSchemaType Class

Definition

The type of response format being defined: json_schema.

public class ResponseFormatJsonSchemaType : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.ResponseFormatJsonSchemaType>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.ResponseFormatJsonSchemaType>
type ResponseFormatJsonSchemaType = class
    interface IJsonModel<ResponseFormatJsonSchemaType>
    interface IPersistableModel<ResponseFormatJsonSchemaType>
Public Class ResponseFormatJsonSchemaType
Implements IJsonModel(Of ResponseFormatJsonSchemaType), IPersistableModel(Of ResponseFormatJsonSchemaType)
Inheritance
ResponseFormatJsonSchemaType
Implements

Constructors

ResponseFormatJsonSchemaType(ResponseFormatJsonSchema)

Initializes a new instance of ResponseFormatJsonSchemaType.

Properties

JsonSchema

The JSON schema, describing response format.

Type

Type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResponseFormatJsonSchemaType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResponseFormatJsonSchemaType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResponseFormatJsonSchemaType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResponseFormatJsonSchemaType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResponseFormatJsonSchemaType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to