Class: Aws::SageMaker::Types::ListClusterSchedulerConfigsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListClusterSchedulerConfigsRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
Filter for ARN of the cluster.
-
#created_after ⇒ Time
Filter for after this creation time.
-
#created_before ⇒ Time
Filter for before this creation time.
-
#max_results ⇒ Integer
The maximum number of cluster policies to list.
-
#name_contains ⇒ String
Filter for name containing this string.
-
#next_token ⇒ String
If the previous response was truncated, you will receive this token.
-
#sort_by ⇒ String
Filter for sorting the list by a given value.
-
#sort_order ⇒ String
The order of the list.
-
#status ⇒ String
Filter for status.
Instance Attribute Details
#cluster_arn ⇒ String
Filter for ARN of the cluster.
31814 31815 31816 31817 31818 31819 31820 31821 31822 31823 31824 31825 31826 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31814 class ListClusterSchedulerConfigsRequest < Struct.new( :created_after, :created_before, :name_contains, :cluster_arn, :status, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#created_after ⇒ Time
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.
31814 31815 31816 31817 31818 31819 31820 31821 31822 31823 31824 31825 31826 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31814 class ListClusterSchedulerConfigsRequest < Struct.new( :created_after, :created_before, :name_contains, :cluster_arn, :status, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#created_before ⇒ Time
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.
31814 31815 31816 31817 31818 31819 31820 31821 31822 31823 31824 31825 31826 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31814 class ListClusterSchedulerConfigsRequest < Struct.new( :created_after, :created_before, :name_contains, :cluster_arn, :status, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of cluster policies to list.
31814 31815 31816 31817 31818 31819 31820 31821 31822 31823 31824 31825 31826 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31814 class ListClusterSchedulerConfigsRequest < Struct.new( :created_after, :created_before, :name_contains, :cluster_arn, :status, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
Filter for name containing this string.
31814 31815 31816 31817 31818 31819 31820 31821 31822 31823 31824 31825 31826 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31814 class ListClusterSchedulerConfigsRequest < Struct.new( :created_after, :created_before, :name_contains, :cluster_arn, :status, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
31814 31815 31816 31817 31818 31819 31820 31821 31822 31823 31824 31825 31826 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31814 class ListClusterSchedulerConfigsRequest < Struct.new( :created_after, :created_before, :name_contains, :cluster_arn, :status, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
Filter for sorting the list by a given value. For example, sort by name, creation time, or status.
31814 31815 31816 31817 31818 31819 31820 31821 31822 31823 31824 31825 31826 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31814 class ListClusterSchedulerConfigsRequest < Struct.new( :created_after, :created_before, :name_contains, :cluster_arn, :status, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
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.
31814 31815 31816 31817 31818 31819 31820 31821 31822 31823 31824 31825 31826 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31814 class ListClusterSchedulerConfigsRequest < Struct.new( :created_after, :created_before, :name_contains, :cluster_arn, :status, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Filter for status.
31814 31815 31816 31817 31818 31819 31820 31821 31822 31823 31824 31825 31826 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31814 class ListClusterSchedulerConfigsRequest < Struct.new( :created_after, :created_before, :name_contains, :cluster_arn, :status, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |