Share via


ServiceAccountModelDeprecationInfo Class

Definition

Cognitive Services account ModelDeprecationInfo.

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

Constructors

Name Description
ServiceAccountModelDeprecationInfo()

Initializes a new instance of ServiceAccountModelDeprecationInfo.

Properties

Name Description
FineTuneOn

The datetime of deprecation of the fineTune Model.

InferenceOn

The datetime of deprecation of the inference Model.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ServiceAccountModelDeprecationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceAccountModelDeprecationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceAccountModelDeprecationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceAccountModelDeprecationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceAccountModelDeprecationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to