GridSamplingAlgorithm Class

Definition

Defines a Sampling Algorithm that exhaustively generates every value combination in the space.

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

Constructors

GridSamplingAlgorithm()

Initializes a new instance of GridSamplingAlgorithm.

Explicit Interface Implementations

IJsonModel<GridSamplingAlgorithm>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GridSamplingAlgorithm>.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<GridSamplingAlgorithm>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GridSamplingAlgorithm>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GridSamplingAlgorithm>.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