ServiceAccountModelDeprecationInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
ServiceAccountModelDeprecationInfo() |
Initializes a new instance of ServiceAccountModelDeprecationInfo. |
Properties
FineTuneOn |
The datetime of deprecation of the fineTune Model. |
InferenceOn |
The datetime of deprecation of the inference Model. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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
Azure SDK for .NET