次の方法で共有


JobInputType 構造体

定義

ジョブ入力の種類を決定する列挙型。

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

コンストラクター

JobInputType(String)

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

プロパティ

CustomModel

custom_model。

Literal

リテラル。

MlflowModel

mlflow_model。

Mltable

mltable。

TritonModel

triton_model。

UriFile

uri_file。

UriFolder

uri_folder。

メソッド

Equals(JobInputType)

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

ToString()

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

演算子

Equality(JobInputType, JobInputType)

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

Implicit(String to JobInputType)

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

Inequality(JobInputType, JobInputType)

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

適用対象