Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Predictions

Package version

Class representing a Predictions.

Hierarchy

  • Predictions

Index

Constructors

constructor

Methods

beginCreateOrUpdate

  • beginCreateOrUpdate(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionResourceFormat, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Creates a Prediction or updates an existing Prediction in the hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • parameters: PredictionResourceFormat

      Parameters supplied to the create/update Prediction operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginDeleteMethod

  • beginDeleteMethod(resourceGroupName: string, hubName: string, predictionName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Deletes a Prediction in the hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

createOrUpdate

  • createOrUpdate(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionResourceFormat, options?: msRest.RequestOptionsBase): Promise<Models.PredictionsCreateOrUpdateResponse>
  • Creates a Prediction or updates an existing Prediction in the hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • parameters: PredictionResourceFormat

      Parameters supplied to the create/update Prediction operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PredictionsCreateOrUpdateResponse>

    Promise<Models.PredictionsCreateOrUpdateResponse>

deleteMethod

  • deleteMethod(resourceGroupName: string, hubName: string, predictionName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • Deletes a Prediction in the hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

get

  • get(resourceGroupName: string, hubName: string, predictionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PredictionsGetResponse>
  • get(resourceGroupName: string, hubName: string, predictionName: string, callback: msRest.ServiceCallback<PredictionResourceFormat>): void
  • get(resourceGroupName: string, hubName: string, predictionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PredictionResourceFormat>): void
  • Gets a Prediction in the hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PredictionsGetResponse>

    Promise<Models.PredictionsGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • callback: msRest.ServiceCallback<PredictionResourceFormat>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<PredictionResourceFormat>

      The callback

    Returns void

getModelStatus

  • getModelStatus(resourceGroupName: string, hubName: string, predictionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PredictionsGetModelStatusResponse>
  • getModelStatus(resourceGroupName: string, hubName: string, predictionName: string, callback: msRest.ServiceCallback<PredictionModelStatus>): void
  • getModelStatus(resourceGroupName: string, hubName: string, predictionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PredictionModelStatus>): void
  • Gets model status of the prediction.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PredictionsGetModelStatusResponse>

    Promise<Models.PredictionsGetModelStatusResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • callback: msRest.ServiceCallback<PredictionModelStatus>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<PredictionModelStatus>

      The callback

    Returns void

getTrainingResults

  • getTrainingResults(resourceGroupName: string, hubName: string, predictionName: string, options?: msRest.RequestOptionsBase): Promise<Models.PredictionsGetTrainingResultsResponse>
  • getTrainingResults(resourceGroupName: string, hubName: string, predictionName: string, callback: msRest.ServiceCallback<PredictionTrainingResults>): void
  • getTrainingResults(resourceGroupName: string, hubName: string, predictionName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PredictionTrainingResults>): void
  • Gets training results.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PredictionsGetTrainingResultsResponse>

    Promise<Models.PredictionsGetTrainingResultsResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • callback: msRest.ServiceCallback<PredictionTrainingResults>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<PredictionTrainingResults>

      The callback

    Returns void

listByHub

  • listByHub(resourceGroupName: string, hubName: string, options?: msRest.RequestOptionsBase): Promise<Models.PredictionsListByHubResponse>
  • listByHub(resourceGroupName: string, hubName: string, callback: msRest.ServiceCallback<PredictionListResult>): void
  • listByHub(resourceGroupName: string, hubName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PredictionListResult>): void
  • Gets all the predictions in the specified hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PredictionsListByHubResponse>

    Promise<Models.PredictionsListByHubResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • callback: msRest.ServiceCallback<PredictionListResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<PredictionListResult>

      The callback

    Returns void

listByHubNext

  • listByHubNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.PredictionsListByHubNextResponse>
  • listByHubNext(nextPageLink: string, callback: msRest.ServiceCallback<PredictionListResult>): void
  • listByHubNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<PredictionListResult>): void
  • Gets all the predictions in the specified hub.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.PredictionsListByHubNextResponse>

    Promise<Models.PredictionsListByHubNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<PredictionListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<PredictionListResult>

      The callback

    Returns void

modelStatus

  • modelStatus(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionModelStatus, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • modelStatus(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionModelStatus, callback: msRest.ServiceCallback<void>): void
  • modelStatus(resourceGroupName: string, hubName: string, predictionName: string, parameters: PredictionModelStatus, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Creates or updates the model status of prediction.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • parameters: PredictionModelStatus

      Parameters supplied to the create/update prediction model status operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • parameters: PredictionModelStatus

      Parameters supplied to the create/update prediction model status operation.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • predictionName: string

      The name of the Prediction.

    • parameters: PredictionModelStatus

      Parameters supplied to the create/update prediction model status operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

Generated using TypeDoc