View source: R/sagemaker_operations.R
sagemaker_list_mlflow_tracking_servers | R Documentation |
Lists all MLflow Tracking Servers.
See https://www.paws-r-sdk.com/docs/sagemaker_list_mlflow_tracking_servers/ for full documentation.
sagemaker_list_mlflow_tracking_servers(
CreatedAfter = NULL,
CreatedBefore = NULL,
TrackingServerStatus = NULL,
MlflowVersion = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL
)
CreatedAfter |
Use the |
CreatedBefore |
Use the |
TrackingServerStatus |
Filter for tracking servers with a specified creation status. |
MlflowVersion |
Filter for tracking servers using the specified MLflow version. |
SortBy |
Filter for trackings servers sorting by name, creation time, or creation status. |
SortOrder |
Change the order of the listed tracking servers. By default, tracking
servers are listed in |
NextToken |
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results. |
MaxResults |
The maximum number of tracking servers to list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.