/AWS1/CL_SGMLISTPROCINGJOBSRSP¶
ListProcessingJobsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_processingjobsummaries TYPE /AWS1/CL_SGMPROCESSINGJOBSUMM=>TT_PROCESSINGJOBSUMMARIES TT_PROCESSINGJOBSUMMARIES¶
An array of
ProcessingJobSummaryobjects, each listing a processing job.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN¶
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.
Queryable Attributes¶
ProcessingJobSummaries¶
An array of
ProcessingJobSummaryobjects, each listing a processing job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROCESSINGJOBSUMMARIES() |
Getter for PROCESSINGJOBSUMMARIES, with configurable default |
ASK_PROCESSINGJOBSUMMARIES() |
Getter for PROCESSINGJOBSUMMARIES w/ exceptions if field has |
HAS_PROCESSINGJOBSUMMARIES() |
Determine if PROCESSINGJOBSUMMARIES has a value |
NextToken¶
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |