Partilhar via


CustomNCrossValidations Class

Definition

N-Cross validations are specified by user.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CustomNCrossValidationsTypeConverter))]
public class CustomNCrossValidations : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICustomNCrossValidations, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.CustomNCrossValidationsTypeConverter))>]
type CustomNCrossValidations = class
    interface ICustomNCrossValidations
    interface IJsonSerializable
    interface INCrossValidations
    interface IValidates
Public Class CustomNCrossValidations
Implements ICustomNCrossValidations, IValidates
Inheritance
CustomNCrossValidations
Attributes
Implements

Constructors

Name Description
CustomNCrossValidations()

Creates an new CustomNCrossValidations instance.

Properties

Name Description
Mode

[Required] Mode for determining N-Cross validations.

Value

[Required] N-Cross validations value.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CustomNCrossValidations.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CustomNCrossValidations.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ICustomNCrossValidations.

FromJsonString(String)

Creates a new instance of CustomNCrossValidations, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CustomNCrossValidations into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to