BayesianSamplingAlgorithm Class

Definition

Defines a Sampling Algorithm that generates values based on previous values.

public class BayesianSamplingAlgorithm : Azure.ResourceManager.MachineLearning.Models.SamplingAlgorithm, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.BayesianSamplingAlgorithm>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.BayesianSamplingAlgorithm>
public class BayesianSamplingAlgorithm : Azure.ResourceManager.MachineLearning.Models.SamplingAlgorithm
type BayesianSamplingAlgorithm = class
    inherit SamplingAlgorithm
    interface IJsonModel<BayesianSamplingAlgorithm>
    interface IPersistableModel<BayesianSamplingAlgorithm>
type BayesianSamplingAlgorithm = class
    inherit SamplingAlgorithm
Public Class BayesianSamplingAlgorithm
Inherits SamplingAlgorithm
Implements IJsonModel(Of BayesianSamplingAlgorithm), IPersistableModel(Of BayesianSamplingAlgorithm)
Public Class BayesianSamplingAlgorithm
Inherits SamplingAlgorithm
Inheritance
BayesianSamplingAlgorithm
Implements

Constructors

BayesianSamplingAlgorithm()

Initializes a new instance of BayesianSamplingAlgorithm.

Explicit Interface Implementations

IJsonModel<BayesianSamplingAlgorithm>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BayesianSamplingAlgorithm>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SamplingAlgorithm>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SamplingAlgorithm)
IJsonModel<SamplingAlgorithm>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SamplingAlgorithm)
IPersistableModel<BayesianSamplingAlgorithm>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BayesianSamplingAlgorithm>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BayesianSamplingAlgorithm>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SamplingAlgorithm>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SamplingAlgorithm)
IPersistableModel<SamplingAlgorithm>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SamplingAlgorithm)
IPersistableModel<SamplingAlgorithm>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SamplingAlgorithm)

Applies to