SamplingAlgorithmType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public readonly struct SamplingAlgorithmType : IEquatable<Azure.ResourceManager.MachineLearning.Models.SamplingAlgorithmType>
type SamplingAlgorithmType = struct
Public Structure SamplingAlgorithmType
Implements IEquatable(Of SamplingAlgorithmType)
- Inheritance
-
SamplingAlgorithmType
- Implements
Constructors
| Name | Description |
|---|---|
| SamplingAlgorithmType(String) |
Initializes a new instance of SamplingAlgorithmType. |
Properties
| Name | Description |
|---|---|
| Bayesian |
Gets the Bayesian. |
| Grid |
Gets the Grid. |
| Random |
Gets the Random. |
Methods
| Name | Description |
|---|---|
| Equals(SamplingAlgorithmType) |
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
| Name | Description |
|---|---|
| Equality(SamplingAlgorithmType, SamplingAlgorithmType) |
Determines if two SamplingAlgorithmType values are the same. |
| Implicit(String to Nullable<SamplingAlgorithmType>) | |
| Implicit(String to SamplingAlgorithmType) |
Converts a string to a SamplingAlgorithmType. |
| Inequality(SamplingAlgorithmType, SamplingAlgorithmType) |
Determines if two SamplingAlgorithmType values are not the same. |