共用方式為


NCrossValidations Class

Definition

N-Cross validations value. Please note NCrossValidations is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AutoNCrossValidations and CustomNCrossValidations.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownNCrossValidations))]
public abstract class NCrossValidations : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.NCrossValidations>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.NCrossValidations>
public abstract class NCrossValidations
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownNCrossValidations))>]
type NCrossValidations = class
    interface IJsonModel<NCrossValidations>
    interface IPersistableModel<NCrossValidations>
type NCrossValidations = class
Public MustInherit Class NCrossValidations
Implements IJsonModel(Of NCrossValidations), IPersistableModel(Of NCrossValidations)
Public MustInherit Class NCrossValidations
Inheritance
NCrossValidations
Derived
Attributes
Implements

Constructors

NCrossValidations()

Initializes a new instance of NCrossValidations.

Explicit Interface Implementations

IJsonModel<NCrossValidations>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NCrossValidations>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NCrossValidations>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NCrossValidations>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NCrossValidations>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to