ListClusterSchedulerConfigs
List the cluster policy configurations.
Request Syntax
{
"ClusterArn": "string
",
"CreatedAfter": number
,
"CreatedBefore": number
,
"MaxResults": number
,
"NameContains": "string
",
"NextToken": "string
",
"SortBy": "string
",
"SortOrder": "string
",
"Status": "string
"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- ClusterArn
-
Filter for ARN of the cluster.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
^arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:cluster/[a-z0-9]{12}$
Required: No
- 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
. Type: Timestamp
Required: No
- 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
. Type: Timestamp
Required: No
- MaxResults
-
The maximum number of cluster policies to list.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 100.
Required: No
- NameContains
-
Filter for name containing this string.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$
Required: No
- 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.
Type: String
Length Constraints: Maximum length of 8192.
Pattern:
.*
Required: No
- SortBy
-
Filter for sorting the list by a given value. For example, sort by name, creation time, or status.
Type: String
Valid Values:
Name | CreationTime | Status
Required: No
- SortOrder
-
The order of the list. By default, listed in
Descending
order according to bySortBy
. To change the list order, you can specifySortOrder
to beAscending
.Type: String
Valid Values:
Ascending | Descending
Required: No
- Status
-
Filter for status.
Type: String
Valid Values:
Creating | CreateFailed | CreateRollbackFailed | Created | Updating | UpdateFailed | UpdateRollbackFailed | Updated | Deleting | DeleteFailed | DeleteRollbackFailed | Deleted
Required: No
Response Syntax
{
"ClusterSchedulerConfigSummaries": [
{
"ClusterArn": "string",
"ClusterSchedulerConfigArn": "string",
"ClusterSchedulerConfigId": "string",
"ClusterSchedulerConfigVersion": number,
"CreationTime": number,
"LastModifiedTime": number,
"Name": "string",
"Status": "string"
}
],
"NextToken": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- ClusterSchedulerConfigSummaries
-
Summaries of the cluster policies.
Type: Array of ClusterSchedulerConfigSummary objects
Array Members: Minimum number of 0 items. Maximum number of 100 items.
- 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.
Type: String
Length Constraints: Maximum length of 8192.
Pattern:
.*
Errors
For information about the errors that are common to all actions, see Common Errors.
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: