ResourceDetails Class

Definition

General information regarding the current resource.

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

Properties

CustomDocumentModels

Details regarding custom document models.

CustomNeuralDocumentModelBuilds

Quota used, limit, and next reset date/time.

Explicit Interface Implementations

IJsonModel<ResourceDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to