/AWS1/CL_SGM=>LISTMLFLOWTRACKINGSERVERS()
¶
About ListMlflowTrackingServers¶
Lists all MLflow Tracking Servers.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_CREATEDAFTER
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
Use the
CreatedAfter
filter to only list tracking servers created after a specific date and time. Listed tracking servers are shown with a date and time such as"2024-03-16T01:46:56+00:00"
. TheCreatedAfter
parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
IV_CREATEDBEFORE
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
Use the
CreatedBefore
filter to only list tracking servers created before a specific date and time. Listed tracking servers are shown with a date and time such as"2024-03-16T01:46:56+00:00"
. TheCreatedBefore
parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
IV_TRACKINGSERVERSTATUS
TYPE /AWS1/SGMTRACKINGSERVERSTATUS
/AWS1/SGMTRACKINGSERVERSTATUS
¶
Filter for tracking servers with a specified creation status.
IV_MLFLOWVERSION
TYPE /AWS1/SGMMLFLOWVERSION
/AWS1/SGMMLFLOWVERSION
¶
Filter for tracking servers using the specified MLflow version.
IV_SORTBY
TYPE /AWS1/SGMSORTTRACKINGSERVERBY
/AWS1/SGMSORTTRACKINGSERVERBY
¶
Filter for trackings servers sorting by name, creation time, or creation status.
IV_SORTORDER
TYPE /AWS1/SGMSORTORDER
/AWS1/SGMSORTORDER
¶
Change the order of the listed tracking servers. By default, tracking servers are listed in
Descending
order by creation time. To change the list order, you can specifySortOrder
to beAscending
.
IV_NEXTTOKEN
TYPE /AWS1/SGMNEXTTOKEN
/AWS1/SGMNEXTTOKEN
¶
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
IV_MAXRESULTS
TYPE /AWS1/SGMMAXRESULTS
/AWS1/SGMMAXRESULTS
¶
The maximum number of tracking servers to list.