Partager via


Predictions interface

Interface représentant une prédiction.

Méthodes

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

Crée une prédiction ou met à jour une prédiction existante dans le hub.

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

Crée une prédiction ou met à jour une prédiction existante dans le hub.

beginDelete(string, string, string, PredictionsDeleteOptionalParams)

Supprime une prédiction dans le hub.

beginDeleteAndWait(string, string, string, PredictionsDeleteOptionalParams)

Supprime une prédiction dans le hub.

get(string, string, string, PredictionsGetOptionalParams)

Obtient une prédiction dans le hub.

getModelStatus(string, string, string, PredictionsGetModelStatusOptionalParams)

Obtient l’état du modèle de la prédiction.

getTrainingResults(string, string, string, PredictionsGetTrainingResultsOptionalParams)

Obtient les résultats de l’entraînement.

listByHub(string, string, PredictionsListByHubOptionalParams)

Obtient toutes les prédictions dans le hub spécifié.

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

Crée ou met à jour l’état du modèle de prédiction.

Détails de la méthode

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

Crée une prédiction ou met à jour une prédiction existante dans le hub.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

predictionName

string

Nom de la prédiction.

parameters
PredictionResourceFormat

Paramètres fournis à l’opération de création/mise à jour de prédiction.

options
PredictionsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

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

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

Crée une prédiction ou met à jour une prédiction existante dans le hub.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

predictionName

string

Nom de la prédiction.

parameters
PredictionResourceFormat

Paramètres fournis à l’opération de création/mise à jour de prédiction.

options
PredictionsCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

beginDelete(string, string, string, PredictionsDeleteOptionalParams)

Supprime une prédiction dans le hub.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

predictionName

string

Nom de la prédiction.

options
PredictionsDeleteOptionalParams

Paramètres d’options.

Retours

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

beginDeleteAndWait(string, string, string, PredictionsDeleteOptionalParams)

Supprime une prédiction dans le hub.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

predictionName

string

Nom de la prédiction.

options
PredictionsDeleteOptionalParams

Paramètres d’options.

Retours

Promise<void>

get(string, string, string, PredictionsGetOptionalParams)

Obtient une prédiction dans le hub.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

predictionName

string

Nom de la prédiction.

options
PredictionsGetOptionalParams

Paramètres d’options.

Retours

getModelStatus(string, string, string, PredictionsGetModelStatusOptionalParams)

Obtient l’état du modèle de la prédiction.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

predictionName

string

Nom de la prédiction.

options
PredictionsGetModelStatusOptionalParams

Paramètres d’options.

Retours

getTrainingResults(string, string, string, PredictionsGetTrainingResultsOptionalParams)

Obtient les résultats de l’entraînement.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

predictionName

string

Nom de la prédiction.

options
PredictionsGetTrainingResultsOptionalParams

Paramètres d’options.

Retours

listByHub(string, string, PredictionsListByHubOptionalParams)

Obtient toutes les prédictions dans le hub spécifié.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

options
PredictionsListByHubOptionalParams

Paramètres d’options.

Retours

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

Crée ou met à jour l’état du modèle de prédiction.

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

Paramètres

resourceGroupName

string

Nom du groupe de ressources.

hubName

string

Nom du hub.

predictionName

string

Nom de la prédiction.

parameters
PredictionModelStatus

Paramètres fournis à l’opération d’état du modèle de prédiction de création/mise à jour.

options
PredictionsModelStatusOptionalParams

Paramètres d’options.

Retours

Promise<void>