/AWS1/CL_SGM=>LISTMODELCARDEXPORTJOBS()
¶
About ListModelCardExportJobs¶
List the export jobs for the Amazon SageMaker Model Card.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_MODELCARDNAME
TYPE /AWS1/SGMENTITYNAME
/AWS1/SGMENTITYNAME
¶
List export jobs for the model card with the specified name.
Optional arguments:¶
IV_MODELCARDVERSION
TYPE /AWS1/SGMINTEGER
/AWS1/SGMINTEGER
¶
List export jobs for the model card with the specified version.
IV_CREATIONTIMEAFTER
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
Only list model card export jobs that were created after the time specified.
IV_CREATIONTIMEBEFORE
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
Only list model card export jobs that were created before the time specified.
IV_MDELCARDEXPJOBNAMECONTA00
TYPE /AWS1/SGMENTITYNAME
/AWS1/SGMENTITYNAME
¶
Only list model card export jobs with names that contain the specified string.
IV_STATUSEQUALS
TYPE /AWS1/SGMMODELCARDEXPJOBSTATUS
/AWS1/SGMMODELCARDEXPJOBSTATUS
¶
Only list model card export jobs with the specified status.
IV_SORTBY
TYPE /AWS1/SGMMODELCARDEXPJOBSORTBY
/AWS1/SGMMODELCARDEXPJOBSORTBY
¶
Sort model card export jobs by either name or creation time. Sorts by creation time by default.
IV_SORTORDER
TYPE /AWS1/SGMMDELCARDEXPJOBSORTO00
/AWS1/SGMMDELCARDEXPJOBSORTO00
¶
Sort model card export jobs by ascending or descending order.
IV_NEXTTOKEN
TYPE /AWS1/SGMNEXTTOKEN
/AWS1/SGMNEXTTOKEN
¶
If the response to a previous
ListModelCardExportJobs
request was truncated, the response includes aNextToken
. To retrieve the next set of model card export jobs, use the token in the next request.
IV_MAXRESULTS
TYPE /AWS1/SGMMAXRESULTS
/AWS1/SGMMAXRESULTS
¶
The maximum number of model card export jobs to list.