Deploy procedure

Official Content
This documentation is valid for:

Deploys a custom model, making it available to be used for prediction.

Parameters

Configuration

The following table resumes the configuration properties (access credentials) you must set in order to use this AI task.

  PropertyKey
ProviderType Key Deploy
Alibaba - -
Amazon - -
Baidu - -
Google  Service Account JSON -
IBM - -
Microsoft Custom Vision Training Key  Custom Vision Training Resource Id
SAP - -
Tencent - -

Notes

  • Calling this task makes sense after you call the Train procedure and the Check procedure returns a State.Ready state.
  • Once you call this task successfully, you will be able to call Predict procedure or the appropriate task by adding  ModelId and  ModelVersion properties to &provider configuration.
  • Some providers implicitly deploy your model after training (e.g. IBM). In other words, you do not need to call this task for deploying your model. If you call this task in this scenario, the operation returns True and a GXAI1001 informative message.

Scope

Platforms  Web(.NET,.NETCore,Java), SmartDevices(Android,iOS)
Connectivity  Online

Availability

This procedure is available as of GeneXus 16 upgrade 6.

See also