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.

Returns:

  • (String)


30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
30186
30187
30188
30189
# File 'lib/aws-sdk-sagemaker/types.rb', line 30176

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.

Returns:

  • (Time)


30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
30186
30187
30188
30189
# File 'lib/aws-sdk-sagemaker/types.rb', line 30176

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.

Returns:

  • (Time)


30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
30186
30187
30188
30189
# File 'lib/aws-sdk-sagemaker/types.rb', line 30176

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.

Returns:

  • (String)


30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
30186
30187
30188
30189
# File 'lib/aws-sdk-sagemaker/types.rb', line 30176

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.

Returns:

  • (Integer)


30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
30186
30187
30188
30189
# File 'lib/aws-sdk-sagemaker/types.rb', line 30176

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.

Returns:

  • (String)


30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
30186
30187
30188
30189
# File 'lib/aws-sdk-sagemaker/types.rb', line 30176

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.

Returns:

  • (String)


30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
30186
30187
30188
30189
# File 'lib/aws-sdk-sagemaker/types.rb', line 30176

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`.

Returns:

  • (String)


30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
30186
30187
30188
30189
# File 'lib/aws-sdk-sagemaker/types.rb', line 30176

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`.

Returns:

  • (String)


30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
30186
30187
30188
30189
# File 'lib/aws-sdk-sagemaker/types.rb', line 30176

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`).

Returns:

  • (String)


30176
30177
30178
30179
30180
30181
30182
30183
30184
30185
30186
30187
30188
30189
# File 'lib/aws-sdk-sagemaker/types.rb', line 30176

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