Predictions interface
表示預測的介面。
方法
方法詳細資料
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
提供給建立/更新預測作業的參數。
選項參數。
傳回
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
提供給建立/更新預測作業的參數。
選項參數。
傳回
Promise<PredictionResourceFormat>
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
選項參數。
傳回
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
選項參數。
傳回
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
選項參數。
傳回
Promise<PredictionResourceFormat>
getModelStatus(string, string, string, PredictionsGetModelStatusOptionalParams)
取得預測的模型狀態。
function getModelStatus(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsGetModelStatusOptionalParams): Promise<PredictionModelStatus>
參數
- resourceGroupName
-
string
資源群組的名稱。
- hubName
-
string
中樞的名稱。
- predictionName
-
string
預測的名稱。
選項參數。
傳回
Promise<PredictionModelStatus>
getTrainingResults(string, string, string, PredictionsGetTrainingResultsOptionalParams)
取得定型結果。
function getTrainingResults(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsGetTrainingResultsOptionalParams): Promise<PredictionTrainingResults>
參數
- resourceGroupName
-
string
資源群組的名稱。
- hubName
-
string
中樞的名稱。
- predictionName
-
string
預測的名稱。
選項參數。
傳回
Promise<PredictionTrainingResults>
listByHub(string, string, PredictionsListByHubOptionalParams)
取得指定中樞中的所有預測。
function listByHub(resourceGroupName: string, hubName: string, options?: PredictionsListByHubOptionalParams): PagedAsyncIterableIterator<PredictionResourceFormat, PredictionResourceFormat[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。
- hubName
-
string
中樞的名稱。
選項參數。
傳回
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
提供給建立/更新預測模型狀態作業的參數。
選項參數。
傳回
Promise<void>