次の方法で共有


SamplingAlgorithmType 構造体

定義

SamplingAlgorithmType。

public readonly struct SamplingAlgorithmType : IEquatable<Azure.ResourceManager.MachineLearning.Models.SamplingAlgorithmType>
type SamplingAlgorithmType = struct
Public Structure SamplingAlgorithmType
Implements IEquatable(Of SamplingAlgorithmType)
継承
SamplingAlgorithmType
実装

コンストラクター

SamplingAlgorithmType(String)

SamplingAlgorithmType の新しいインスタンスを初期化します。

プロパティ

Bayesian

ベイズ。

Grid

グリッド。

Random

ランダム。

メソッド

Equals(SamplingAlgorithmType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(SamplingAlgorithmType, SamplingAlgorithmType)

2 つの SamplingAlgorithmType 値が同じかどうかを判断します。

Implicit(String to SamplingAlgorithmType)

文字列を SamplingAlgorithmType に変換します。

Inequality(SamplingAlgorithmType, SamplingAlgorithmType)

2 つの SamplingAlgorithmType 値が同じでないかどうかを判断します。

適用対象