TrainingMode Struct

Definition

Training mode dictates whether to use distributed training or not.

public readonly struct TrainingMode : IEquatable<Azure.ResourceManager.MachineLearning.Models.TrainingMode>
type TrainingMode = struct
Public Structure TrainingMode
Implements IEquatable(Of TrainingMode)
Inheritance
TrainingMode
Implements

Constructors

TrainingMode(String)

Initializes a new instance of TrainingMode.

Properties

Auto

Auto mode.

Distributed

Distributed training mode.

NonDistributed

Non distributed training mode.

Methods

Equals(TrainingMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(TrainingMode, TrainingMode)

Determines if two TrainingMode values are the same.

Implicit(String to TrainingMode)

Converts a string to a TrainingMode.

Inequality(TrainingMode, TrainingMode)

Determines if two TrainingMode values are not the same.

Applies to