Lists all MLflow Apps
See https://www.paws-r-sdk.com/docs/sagemaker_list_mlflow_apps/ for full documentation.
Usage
sagemaker_list_mlflow_apps(
CreatedAfter = NULL,
CreatedBefore = NULL,
Status = NULL,
MlflowVersion = NULL,
DefaultForDomainId = NULL,
AccountDefaultStatus = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- CreatedAfter
Use the
CreatedAfterfilter to only list MLflow Apps created after a specific date and time. Listed MLflow Apps are shown with a date and time such as"2024-03-16T01:46:56+00:00". TheCreatedAfterparameter takes in a Unix timestamp.- CreatedBefore
Use the
CreatedBeforefilter to only list MLflow Apps created before a specific date and time. Listed MLflow Apps are shown with a date and time such as"2024-03-16T01:46:56+00:00". TheCreatedAfterparameter takes in a Unix timestamp.- Status
Filter for Mlflow apps with a specific creation status.
- MlflowVersion
Filter for Mlflow Apps with the specified version.
- DefaultForDomainId
Filter for MLflow Apps with the specified default SageMaker Domain ID.
- AccountDefaultStatus
Filter for MLflow Apps with the specified
AccountDefaultStatus.- SortBy
Filter for MLflow Apps sorting by name, creation time, or creation status.
- SortOrder
Change the order of the listed MLflow Apps. By default, MLflow Apps are listed in
Descendingorder by creation time. To change the list order, specifySortOrderto beAscending.- NextToken
If the previous response was truncated, use this token in your next request to receive the next set of results.
- MaxResults
The maximum number of MLflow Apps to list.