AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ListClusterSchedulerConfigs operation. List the cluster policy configurations.
Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z
public class ListClusterSchedulerConfigsRequest : AmazonSageMakerRequest IAmazonWebServiceRequest
The ListClusterSchedulerConfigsRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
ListClusterSchedulerConfigsRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
ClusterArn | System.String |
Gets and sets the property ClusterArn. Filter for ARN of the cluster. |
|
CreatedAfter | System.DateTime |
Gets and sets the property 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 | System.DateTime |
Gets and sets the property 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. |
|
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of cluster policies to list. |
|
NameContains | System.String |
Gets and sets the property NameContains. Filter for name containing this string. |
|
NextToken | System.String |
Gets and sets the property 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. |
|
SortBy | Amazon.SageMaker.SortClusterSchedulerConfigBy |
Gets and sets the property SortBy. Filter for sorting the list by a given value. For example, sort by name, creation time, or status. |
|
SortOrder | Amazon.SageMaker.SortOrder |
Gets and sets the property SortOrder.
The order of the list. By default, listed in |
|
Status | Amazon.SageMaker.SchedulerResourceStatus |
Gets and sets the property Status. Filter for status. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5