/AWS1/CL_GLUGETMLTRANSFORMSRSP¶
GetMLTransformsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_transforms TYPE /AWS1/CL_GLUMLTRANSFORM=>TT_TRANSFORMLIST TT_TRANSFORMLIST¶
A list of machine learning transforms.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/GLUPAGINATIONTOKEN /AWS1/GLUPAGINATIONTOKEN¶
A pagination token, if more results are available.
Queryable Attributes¶
Transforms¶
A list of machine learning transforms.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSFORMS() |
Getter for TRANSFORMS, with configurable default |
ASK_TRANSFORMS() |
Getter for TRANSFORMS w/ exceptions if field has no value |
HAS_TRANSFORMS() |
Determine if TRANSFORMS has a value |
NextToken¶
A pagination token, if more results are available.
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 |