Predictions interface
Interfaccia che rappresenta una stima.
Metodi
Dettagli metodo
beginCreateOrUpdate(string, string, string, PredictionResourceFormat, PredictionsCreateOrUpdateOptionalParams)
Crea una stima o aggiorna una stima esistente nell'hub.
function beginCreateOrUpdate(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionResourceFormat, options?: PredictionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PredictionResourceFormat>, PredictionResourceFormat>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- hubName
-
string
Nome dell'hub.
- predictionName
-
string
Nome della stima.
- parameters
- PredictionResourceFormat
Parametri forniti all'operazione di creazione/aggiornamento della stima.
Parametri delle opzioni.
Restituisce
Promise<PollerLike<@azure/core-lro.PollOperationState<PredictionResourceFormat>, PredictionResourceFormat>>
beginCreateOrUpdateAndWait(string, string, string, PredictionResourceFormat, PredictionsCreateOrUpdateOptionalParams)
Crea una stima o aggiorna una stima esistente nell'hub.
function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionResourceFormat, options?: PredictionsCreateOrUpdateOptionalParams): Promise<PredictionResourceFormat>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- hubName
-
string
Nome dell'hub.
- predictionName
-
string
Nome della stima.
- parameters
- PredictionResourceFormat
Parametri forniti all'operazione di creazione/aggiornamento della stima.
Parametri delle opzioni.
Restituisce
Promise<PredictionResourceFormat>
beginDelete(string, string, string, PredictionsDeleteOptionalParams)
Elimina una stima nell'hub.
function beginDelete(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- hubName
-
string
Nome dell'hub.
- predictionName
-
string
Nome della stima.
- options
- PredictionsDeleteOptionalParams
Parametri delle opzioni.
Restituisce
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, PredictionsDeleteOptionalParams)
Elimina una stima nell'hub.
function beginDeleteAndWait(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsDeleteOptionalParams): Promise<void>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- hubName
-
string
Nome dell'hub.
- predictionName
-
string
Nome della stima.
- options
- PredictionsDeleteOptionalParams
Parametri delle opzioni.
Restituisce
Promise<void>
get(string, string, string, PredictionsGetOptionalParams)
Ottiene una stima nell'hub.
function get(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsGetOptionalParams): Promise<PredictionResourceFormat>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- hubName
-
string
Nome dell'hub.
- predictionName
-
string
Nome della stima.
- options
- PredictionsGetOptionalParams
Parametri delle opzioni.
Restituisce
Promise<PredictionResourceFormat>
getModelStatus(string, string, string, PredictionsGetModelStatusOptionalParams)
Ottiene lo stato del modello della stima.
function getModelStatus(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsGetModelStatusOptionalParams): Promise<PredictionModelStatus>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- hubName
-
string
Nome dell'hub.
- predictionName
-
string
Nome della stima.
Parametri delle opzioni.
Restituisce
Promise<PredictionModelStatus>
getTrainingResults(string, string, string, PredictionsGetTrainingResultsOptionalParams)
Ottiene i risultati del training.
function getTrainingResults(resourceGroupName: string, hubName: string, predictionName: string, options?: PredictionsGetTrainingResultsOptionalParams): Promise<PredictionTrainingResults>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- hubName
-
string
Nome dell'hub.
- predictionName
-
string
Nome della stima.
Parametri delle opzioni.
Restituisce
Promise<PredictionTrainingResults>
listByHub(string, string, PredictionsListByHubOptionalParams)
Ottiene tutte le stime nell'hub specificato.
function listByHub(resourceGroupName: string, hubName: string, options?: PredictionsListByHubOptionalParams): PagedAsyncIterableIterator<PredictionResourceFormat, PredictionResourceFormat[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- hubName
-
string
Nome dell'hub.
Parametri delle opzioni.
Restituisce
modelStatus(string, string, string, PredictionModelStatus, PredictionsModelStatusOptionalParams)
Crea o aggiorna lo stato del modello di stima.
function modelStatus(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionModelStatus, options?: PredictionsModelStatusOptionalParams): Promise<void>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse.
- hubName
-
string
Nome dell'hub.
- predictionName
-
string
Nome della stima.
- parameters
- PredictionModelStatus
Parametri forniti all'operazione di creazione/aggiornamento dello stato del modello di stima.
Parametri delle opzioni.
Restituisce
Promise<void>