Skip to content

/AWS1/CL_LOVMODELPACKAGINGDESC

Information about a model packaging job. For more information, see DescribeModelPackagingJob.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_JOBNAME TYPE /AWS1/LOVMODELPACKAGINGJOBNAME /AWS1/LOVMODELPACKAGINGJOBNAME

The name of the model packaging job.

IV_PROJECTNAME TYPE /AWS1/LOVPROJECTNAME /AWS1/LOVPROJECTNAME

The name of the project that's associated with a model that's in the model package.

IV_MODELVERSION TYPE /AWS1/LOVMODELVERSION /AWS1/LOVMODELVERSION

The version of the model used in the model packaging job.

IO_MODELPACKAGINGCONF TYPE REF TO /AWS1/CL_LOVMODELPACKAGINGCONF /AWS1/CL_LOVMODELPACKAGINGCONF

The configuration information used in the model packaging job.

IV_MODELPACKAGINGJOBDESC TYPE /AWS1/LOVMODELPACKAGINGJOBDESC /AWS1/LOVMODELPACKAGINGJOBDESC

The description for the model packaging job.

IV_MODELPACKAGINGMETHOD TYPE /AWS1/LOVMODELPACKAGINGMETHOD /AWS1/LOVMODELPACKAGINGMETHOD

The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.

IO_MODELPACKAGINGOUTPUTDETS TYPE REF TO /AWS1/CL_LOVMDELPACKAGINGOUT00 /AWS1/CL_LOVMDELPACKAGINGOUT00

Information about the output of the model packaging job. For more information, see DescribeModelPackagingJob.

IV_STATUS TYPE /AWS1/LOVMODELPACKAGINGJOBSTAT /AWS1/LOVMODELPACKAGINGJOBSTAT

The status of the model packaging job.

IV_STATUSMESSAGE TYPE /AWS1/LOVMODELPACKAGINGSTATMSG /AWS1/LOVMODELPACKAGINGSTATMSG

The status message for the model packaging job.

IV_CREATIONTIMESTAMP TYPE /AWS1/LOVDATETIME /AWS1/LOVDATETIME

The Unix timestamp for the time and date that the model packaging job was created.

IV_LASTUPDATEDTIMESTAMP TYPE /AWS1/LOVDATETIME /AWS1/LOVDATETIME

The Unix timestamp for the time and date that the model packaging job was last updated.


Queryable Attributes

JobName

The name of the model packaging job.

Accessible with the following methods

Method Description
GET_JOBNAME() Getter for JOBNAME, with configurable default
ASK_JOBNAME() Getter for JOBNAME w/ exceptions if field has no value
HAS_JOBNAME() Determine if JOBNAME has a value

ProjectName

The name of the project that's associated with a model that's in the model package.

Accessible with the following methods

Method Description
GET_PROJECTNAME() Getter for PROJECTNAME, with configurable default
ASK_PROJECTNAME() Getter for PROJECTNAME w/ exceptions if field has no value
HAS_PROJECTNAME() Determine if PROJECTNAME has a value

ModelVersion

The version of the model used in the model packaging job.

Accessible with the following methods

Method Description
GET_MODELVERSION() Getter for MODELVERSION, with configurable default
ASK_MODELVERSION() Getter for MODELVERSION w/ exceptions if field has no value
HAS_MODELVERSION() Determine if MODELVERSION has a value

ModelPackagingConfiguration

The configuration information used in the model packaging job.

Accessible with the following methods

Method Description
GET_MODELPACKAGINGCONF() Getter for MODELPACKAGINGCONFIGURATION

ModelPackagingJobDescription

The description for the model packaging job.

Accessible with the following methods

Method Description
GET_MODELPACKAGINGJOBDESC() Getter for MODELPACKAGINGJOBDESCRIPTION, with configurable d
ASK_MODELPACKAGINGJOBDESC() Getter for MODELPACKAGINGJOBDESCRIPTION w/ exceptions if fie
HAS_MODELPACKAGINGJOBDESC() Determine if MODELPACKAGINGJOBDESCRIPTION has a value

ModelPackagingMethod

The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.

Accessible with the following methods

Method Description
GET_MODELPACKAGINGMETHOD() Getter for MODELPACKAGINGMETHOD, with configurable default
ASK_MODELPACKAGINGMETHOD() Getter for MODELPACKAGINGMETHOD w/ exceptions if field has n
HAS_MODELPACKAGINGMETHOD() Determine if MODELPACKAGINGMETHOD has a value

ModelPackagingOutputDetails

Information about the output of the model packaging job. For more information, see DescribeModelPackagingJob.

Accessible with the following methods

Method Description
GET_MODELPACKAGINGOUTPUTDETS() Getter for MODELPACKAGINGOUTPUTDETAILS

Status

The status of the model packaging job.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

StatusMessage

The status message for the model packaging job.

Accessible with the following methods

Method Description
GET_STATUSMESSAGE() Getter for STATUSMESSAGE, with configurable default
ASK_STATUSMESSAGE() Getter for STATUSMESSAGE w/ exceptions if field has no value
HAS_STATUSMESSAGE() Determine if STATUSMESSAGE has a value

CreationTimestamp

The Unix timestamp for the time and date that the model packaging job was created.

Accessible with the following methods

Method Description
GET_CREATIONTIMESTAMP() Getter for CREATIONTIMESTAMP, with configurable default
ASK_CREATIONTIMESTAMP() Getter for CREATIONTIMESTAMP w/ exceptions if field has no v
HAS_CREATIONTIMESTAMP() Determine if CREATIONTIMESTAMP has a value

LastUpdatedTimestamp

The Unix timestamp for the time and date that the model packaging job was last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDTIMESTAMP() Getter for LASTUPDATEDTIMESTAMP, with configurable default
ASK_LASTUPDATEDTIMESTAMP() Getter for LASTUPDATEDTIMESTAMP w/ exceptions if field has n
HAS_LASTUPDATEDTIMESTAMP() Determine if LASTUPDATEDTIMESTAMP has a value