Predictions interface

予測を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, PredictionResourceFormat, PredictionsCreateOrUpdateOptionalParams)

予測を作成するか、ハブ内の既存の予測を更新します。

beginCreateOrUpdateAndWait(string, string, string, PredictionResourceFormat, PredictionsCreateOrUpdateOptionalParams)

予測を作成するか、ハブ内の既存の予測を更新します。

beginDelete(string, string, string, PredictionsDeleteOptionalParams)

ハブ内の予測を削除します。

beginDeleteAndWait(string, string, string, PredictionsDeleteOptionalParams)

ハブ内の予測を削除します。

get(string, string, string, PredictionsGetOptionalParams)

ハブ内の予測を取得します。

getModelStatus(string, string, string, PredictionsGetModelStatusOptionalParams)

予測のモデルの状態を取得します。

getTrainingResults(string, string, string, PredictionsGetTrainingResultsOptionalParams)

トレーニング結果を取得します。

listByHub(string, string, PredictionsListByHubOptionalParams)

指定したハブ内のすべての予測を取得します。

modelStatus(string, string, string, PredictionModelStatus, PredictionsModelStatusOptionalParams)

予測のモデルの状態を作成または更新します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, PredictionResourceFormat, PredictionsCreateOrUpdateOptionalParams)

予測を作成するか、ハブ内の既存の予測を更新します。

function beginCreateOrUpdate(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionResourceFormat, options?: PredictionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PredictionResourceFormat>, PredictionResourceFormat>>

パラメーター

resourceGroupName

string

リソース グループの名前。

hubName

string

ハブの名前。

predictionName

string

予測の名前。

parameters
PredictionResourceFormat

予測の作成/更新操作に指定されたパラメーター。

options
PredictionsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<PredictionResourceFormat>, PredictionResourceFormat>>

beginCreateOrUpdateAndWait(string, string, string, PredictionResourceFormat, PredictionsCreateOrUpdateOptionalParams)

予測を作成するか、ハブ内の既存の予測を更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionResourceFormat, options?: PredictionsCreateOrUpdateOptionalParams): Promise<PredictionResourceFormat>

パラメーター

resourceGroupName

string

リソース グループの名前。

hubName

string

ハブの名前。

predictionName

string

予測の名前。

parameters
PredictionResourceFormat

予測の作成/更新操作に指定されたパラメーター。

options
PredictionsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginDelete(string, string, string, PredictionsDeleteOptionalParams)

ハブ内の予測を削除します。

function beginDelete(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。

hubName

string

ハブの名前。

predictionName

string

予測の名前。

options
PredictionsDeleteOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, PredictionsDeleteOptionalParams)

ハブ内の予測を削除します。

function beginDeleteAndWait(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。

hubName

string

ハブの名前。

predictionName

string

予測の名前。

options
PredictionsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, PredictionsGetOptionalParams)

ハブ内の予測を取得します。

function get(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsGetOptionalParams): Promise<PredictionResourceFormat>

パラメーター

resourceGroupName

string

リソース グループの名前。

hubName

string

ハブの名前。

predictionName

string

予測の名前。

options
PredictionsGetOptionalParams

options パラメーター。

戻り値

getModelStatus(string, string, string, PredictionsGetModelStatusOptionalParams)

予測のモデルの状態を取得します。

function getModelStatus(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsGetModelStatusOptionalParams): Promise<PredictionModelStatus>

パラメーター

resourceGroupName

string

リソース グループの名前。

hubName

string

ハブの名前。

predictionName

string

予測の名前。

options
PredictionsGetModelStatusOptionalParams

options パラメーター。

戻り値

getTrainingResults(string, string, string, PredictionsGetTrainingResultsOptionalParams)

トレーニング結果を取得します。

function getTrainingResults(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsGetTrainingResultsOptionalParams): Promise<PredictionTrainingResults>

パラメーター

resourceGroupName

string

リソース グループの名前。

hubName

string

ハブの名前。

predictionName

string

予測の名前。

options
PredictionsGetTrainingResultsOptionalParams

options パラメーター。

戻り値

listByHub(string, string, PredictionsListByHubOptionalParams)

指定したハブ内のすべての予測を取得します。

function listByHub(resourceGroupName: string, hubName: string, options?: PredictionsListByHubOptionalParams): PagedAsyncIterableIterator<PredictionResourceFormat, PredictionResourceFormat[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。

hubName

string

ハブの名前。

options
PredictionsListByHubOptionalParams

options パラメーター。

戻り値

modelStatus(string, string, string, PredictionModelStatus, PredictionsModelStatusOptionalParams)

予測のモデルの状態を作成または更新します。

function modelStatus(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionModelStatus, options?: PredictionsModelStatusOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。

hubName

string

ハブの名前。

predictionName

string

予測の名前。

parameters
PredictionModelStatus

予測モデルの作成/更新の状態操作に指定されたパラメーター。

options
PredictionsModelStatusOptionalParams

options パラメーター。

戻り値

Promise<void>