List the cluster policy configurations
Source:R/sagemaker_operations.R
sagemaker_list_cluster_scheduler_configs.RdList the cluster policy configurations.
See https://www.paws-r-sdk.com/docs/sagemaker_list_cluster_scheduler_configs/ for full documentation.
Usage
sagemaker_list_cluster_scheduler_configs(
CreatedAfter = NULL,
CreatedBefore = NULL,
NameContains = NULL,
ClusterArn = NULL,
Status = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- CreatedAfter
Filter for after this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
- CreatedBefore
Filter for before this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
- NameContains
Filter for name containing this string.
- ClusterArn
Filter for ARN of the cluster.
- Status
Filter for status.
- SortBy
Filter for sorting the list by a given value. For example, sort by name, creation time, or status.
- SortOrder
The order of the list. By default, listed in
Descendingorder according to bySortBy. To change the list order, you can specifySortOrderto beAscending.- 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 cluster policies to list.