List the cluster policy configurations.
See https://www.paws-r-sdk.com/docs/sagemaker_list_cluster_scheduler_configs/ for full documentation.
sagemaker_list_cluster_scheduler_configs(
CreatedAfter = NULL,
CreatedBefore = NULL,
NameContains = NULL,
ClusterArn = NULL,
Status = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL
)
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.
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.
Filter for name containing this string.
Filter for ARN of the cluster.
Filter for status.
Filter for sorting the list by a given value. For example, sort by name, creation time, or status.
The order of the list. By default, listed in Descending
order
according to by SortBy
. To change the list order, you can specify
SortOrder
to be Ascending
.
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
The maximum number of cluster policies to list.