Udostępnij za pośrednictwem


CustomNCrossValidations Class

Definition

N-Cross validations are specified by user.

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

Constructors

CustomNCrossValidations(Int32)

Initializes a new instance of CustomNCrossValidations.

Properties

Value

[Required] N-Cross validations value.

Explicit Interface Implementations

IJsonModel<CustomNCrossValidations>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CustomNCrossValidations>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NCrossValidations>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from NCrossValidations)
IPersistableModel<CustomNCrossValidations>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomNCrossValidations>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomNCrossValidations>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NCrossValidations>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from NCrossValidations)

Applies to