Class: Aws::SageMaker::Types::ListClusterEventsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name or Amazon Resource Name (ARN) of the HyperPod cluster for which to list events.



31441
31442
31443
31444
31445
31446
31447
31448
31449
31450
31451
31452
31453
31454
# File 'lib/aws-sdk-sagemaker/types.rb', line 31441

class ListClusterEventsRequest < Struct.new(
  :cluster_name,
  :instance_group_name,
  :node_id,
  :event_time_after,
  :event_time_before,
  :sort_by,
  :sort_order,
  :resource_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#event_time_afterTime

The start of the time range for filtering events. Only events that occurred after this time are included in the results.



31441
31442
31443
31444
31445
31446
31447
31448
31449
31450
31451
31452
31453
31454
# File 'lib/aws-sdk-sagemaker/types.rb', line 31441

class ListClusterEventsRequest < Struct.new(
  :cluster_name,
  :instance_group_name,
  :node_id,
  :event_time_after,
  :event_time_before,
  :sort_by,
  :sort_order,
  :resource_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#event_time_beforeTime

The end of the time range for filtering events. Only events that occurred before this time are included in the results.



31441
31442
31443
31444
31445
31446
31447
31448
31449
31450
31451
31452
31453
31454
# File 'lib/aws-sdk-sagemaker/types.rb', line 31441

class ListClusterEventsRequest < Struct.new(
  :cluster_name,
  :instance_group_name,
  :node_id,
  :event_time_after,
  :event_time_before,
  :sort_by,
  :sort_order,
  :resource_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#instance_group_nameString

The name of the instance group to filter events. If specified, only events related to this instance group are returned.



31441
31442
31443
31444
31445
31446
31447
31448
31449
31450
31451
31452
31453
31454
# File 'lib/aws-sdk-sagemaker/types.rb', line 31441

class ListClusterEventsRequest < Struct.new(
  :cluster_name,
  :instance_group_name,
  :node_id,
  :event_time_after,
  :event_time_before,
  :sort_by,
  :sort_order,
  :resource_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of events to return in the response. Valid range is 1 to 100.



31441
31442
31443
31444
31445
31446
31447
31448
31449
31450
31451
31452
31453
31454
# File 'lib/aws-sdk-sagemaker/types.rb', line 31441

class ListClusterEventsRequest < Struct.new(
  :cluster_name,
  :instance_group_name,
  :node_id,
  :event_time_after,
  :event_time_before,
  :sort_by,
  :sort_order,
  :resource_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to retrieve the next set of results. This token is obtained from the output of a previous ‘ListClusterEvents` call.



31441
31442
31443
31444
31445
31446
31447
31448
31449
31450
31451
31452
31453
31454
# File 'lib/aws-sdk-sagemaker/types.rb', line 31441

class ListClusterEventsRequest < Struct.new(
  :cluster_name,
  :instance_group_name,
  :node_id,
  :event_time_after,
  :event_time_before,
  :sort_by,
  :sort_order,
  :resource_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#node_idString

The EC2 instance ID to filter events. If specified, only events related to this instance are returned.



31441
31442
31443
31444
31445
31446
31447
31448
31449
31450
31451
31452
31453
31454
# File 'lib/aws-sdk-sagemaker/types.rb', line 31441

class ListClusterEventsRequest < Struct.new(
  :cluster_name,
  :instance_group_name,
  :node_id,
  :event_time_after,
  :event_time_before,
  :sort_by,
  :sort_order,
  :resource_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource for which to filter events. Valid values are ‘Cluster`, `InstanceGroup`, or `Instance`.



31441
31442
31443
31444
31445
31446
31447
31448
31449
31450
31451
31452
31453
31454
# File 'lib/aws-sdk-sagemaker/types.rb', line 31441

class ListClusterEventsRequest < Struct.new(
  :cluster_name,
  :instance_group_name,
  :node_id,
  :event_time_after,
  :event_time_before,
  :sort_by,
  :sort_order,
  :resource_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The field to use for sorting the event list. Currently, the only supported value is ‘EventTime`.



31441
31442
31443
31444
31445
31446
31447
31448
31449
31450
31451
31452
31453
31454
# File 'lib/aws-sdk-sagemaker/types.rb', line 31441

class ListClusterEventsRequest < Struct.new(
  :cluster_name,
  :instance_group_name,
  :node_id,
  :event_time_after,
  :event_time_before,
  :sort_by,
  :sort_order,
  :resource_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The order in which to sort the results. Valid values are ‘Ascending` or `Descending` (the default is `Descending`).



31441
31442
31443
31444
31445
31446
31447
31448
31449
31450
31451
31452
31453
31454
# File 'lib/aws-sdk-sagemaker/types.rb', line 31441

class ListClusterEventsRequest < Struct.new(
  :cluster_name,
  :instance_group_name,
  :node_id,
  :event_time_after,
  :event_time_before,
  :sort_by,
  :sort_order,
  :resource_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end