This task uploads a configured Deep Learning ONNX model package to an Analytics Repository.

Syntax


Result = ENVITask('PublishENVIDeepLearningOnnxModel')

Input parameters (Set, Get): INPUT_MODEL, PACKAGE_DESCRIPTION, PACKAGE_DISPLAY_NAME, PACKAGE_NAME, PACKAGE_VERSION, REPOSITORY_URL

Output parameters (Get only): LOG, UID

Properties marked as "Set" are those that you can set to specific values. You can also retrieve their current values any time. Properties marked as "Get" are those whose values you can retrieve but not set.

Input Parameters


INPUT_MODEL (optional)

Specify an ENVI-configured ONNX model that will be published to the repository.

LOG (optional)

A log of all the upload transactions with the repository. Use this parameter for tracking and debugging purposes.

PACKAGE_DISPLAY_NAME (required)

Specify the human-readable name of the package to be displayed in the ENVI Repository. This name is used to identify and distinguish the package. The MODEL_NAME value will be used as the default if not overridden.

PACKAGE_DESCRIPTION (required)

Specify a comprehensive summary of the package being uploaded to the ENVI Repository, including its purpose, key features, and any relevant details about its application.

PACKAGE_NAME (required)

Specify the name of the package. This parameter serves as a human-readable identifier to distinguish between packages and provide contextual information.

PACKAGE_VERSION (required)

Specify the version for the package. This parameter is used to track the iteration or release of the package for documentation, debugging, and compatibility purposes.

REPOSITORY_URL (optional)

Specify the address of the ENVI Repository server to use. If not specified, a previously registered server in ENVI will be used by default.

Output Parameters


LOG

A log of all the upload transactions with the repository. Use this parameter for tracking and debugging purposes.

UID

The Universal Identifier(s) of the published package(s).

Methods


Execute

Parameter

ParameterNames

See ENVI Help for details on these ENVITask methods.

Properties


DESCRIPTION

DISPLAY_NAME

NAME

REVISION

TAGS

See the ENVITask topic in ENVI Help for details.

Version History


Deep Learning 4.0

Introduced

See Also


Refer to ENVI Help for more details on the ENVI Repository.