Skip to content

/AWS1/CL_SGM=>LISTCOMPILATIONJOBS()

About ListCompilationJobs

Lists model compilation jobs that satisfy various filters.

To create a model compilation job, use CreateCompilationJob. To get information about a particular model compilation job you have created, use DescribeCompilationJob.

Method Signature

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN

If the result of the previous ListCompilationJobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.

IV_MAXRESULTS TYPE /AWS1/SGMMAXRESULTS /AWS1/SGMMAXRESULTS

The maximum number of model compilation jobs to return in the response.

IV_CREATIONTIMEAFTER TYPE /AWS1/SGMCREATIONTIME /AWS1/SGMCREATIONTIME

A filter that returns the model compilation jobs that were created after a specified time.

IV_CREATIONTIMEBEFORE TYPE /AWS1/SGMCREATIONTIME /AWS1/SGMCREATIONTIME

A filter that returns the model compilation jobs that were created before a specified time.

IV_LASTMODIFIEDTIMEAFTER TYPE /AWS1/SGMLASTMODIFIEDTIME /AWS1/SGMLASTMODIFIEDTIME

A filter that returns the model compilation jobs that were modified after a specified time.

IV_LASTMODIFIEDTIMEBEFORE TYPE /AWS1/SGMLASTMODIFIEDTIME /AWS1/SGMLASTMODIFIEDTIME

A filter that returns the model compilation jobs that were modified before a specified time.

IV_NAMECONTAINS TYPE /AWS1/SGMNAMECONTAINS /AWS1/SGMNAMECONTAINS

A filter that returns the model compilation jobs whose name contains a specified string.

IV_STATUSEQUALS TYPE /AWS1/SGMCOMPILATIONJOBSTATUS /AWS1/SGMCOMPILATIONJOBSTATUS

A filter that retrieves model compilation jobs with a specific CompilationJobStatus status.

IV_SORTBY TYPE /AWS1/SGMLSTCOMPILATIONJOBSS00 /AWS1/SGMLSTCOMPILATIONJOBSS00

The field by which to sort results. The default is CreationTime.

IV_SORTORDER TYPE /AWS1/SGMSORTORDER /AWS1/SGMSORTORDER

The sort order for results. The default is Ascending.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SGMLSTCOMPILATIONJO01 /AWS1/CL_SGMLSTCOMPILATIONJO01