/AWS1/CL_SGMLISTHUBCONTVRSSRSP¶
ListHubContentVersionsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_hubcontentsummaries
TYPE /AWS1/CL_SGMHUBCONTENTINFO=>TT_HUBCONTENTINFOLIST
TT_HUBCONTENTINFOLIST
¶
The summaries of the listed hub content versions.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/SGMNEXTTOKEN
/AWS1/SGMNEXTTOKEN
¶
If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content versions, use it in the subsequent request.
Queryable Attributes¶
HubContentSummaries¶
The summaries of the listed hub content versions.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HUBCONTENTSUMMARIES() |
Getter for HUBCONTENTSUMMARIES, with configurable default |
ASK_HUBCONTENTSUMMARIES() |
Getter for HUBCONTENTSUMMARIES w/ exceptions if field has no |
HAS_HUBCONTENTSUMMARIES() |
Determine if HUBCONTENTSUMMARIES has a value |
NextToken¶
If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content versions, 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 |