Share via


WeightsAndBiasesPartnerProperties Class

Definition

Partner's specific Properties.

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

Constructors

WeightsAndBiasesPartnerProperties(WeightsAndBiasesRegion, String)

Initializes a new instance of WeightsAndBiasesPartnerProperties.

Properties

Region

The region of the instance.

Subdomain

The subdomain of the instance.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<WeightsAndBiasesPartnerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WeightsAndBiasesPartnerProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WeightsAndBiasesPartnerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WeightsAndBiasesPartnerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WeightsAndBiasesPartnerProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to