Class: Aws::SageMaker::Types::ClusterEventSummary

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

Overview

A summary of an event in a HyperPod cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the HyperPod cluster associated with the event.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'lib/aws-sdk-sagemaker/types.rb', line 6196

class ClusterEventSummary < Struct.new(
  :event_id,
  :cluster_arn,
  :cluster_name,
  :instance_group_name,
  :instance_id,
  :resource_type,
  :event_time,
  :description,
  :event_level)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the HyperPod cluster associated with the event.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'lib/aws-sdk-sagemaker/types.rb', line 6196

class ClusterEventSummary < Struct.new(
  :event_id,
  :cluster_arn,
  :cluster_name,
  :instance_group_name,
  :instance_id,
  :resource_type,
  :event_time,
  :description,
  :event_level)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A brief, human-readable description of the event.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'lib/aws-sdk-sagemaker/types.rb', line 6196

class ClusterEventSummary < Struct.new(
  :event_id,
  :cluster_arn,
  :cluster_name,
  :instance_group_name,
  :instance_id,
  :resource_type,
  :event_time,
  :description,
  :event_level)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The unique identifier (UUID) of the event.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'lib/aws-sdk-sagemaker/types.rb', line 6196

class ClusterEventSummary < Struct.new(
  :event_id,
  :cluster_arn,
  :cluster_name,
  :instance_group_name,
  :instance_id,
  :resource_type,
  :event_time,
  :description,
  :event_level)
  SENSITIVE = []
  include Aws::Structure
end

#event_levelString

The severity level of the event. Valid values are ‘Info`, `Warn`, and `Error`.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'lib/aws-sdk-sagemaker/types.rb', line 6196

class ClusterEventSummary < Struct.new(
  :event_id,
  :cluster_arn,
  :cluster_name,
  :instance_group_name,
  :instance_id,
  :resource_type,
  :event_time,
  :description,
  :event_level)
  SENSITIVE = []
  include Aws::Structure
end

#event_timeTime

The timestamp when the event occurred.

Returns:

  • (Time)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'lib/aws-sdk-sagemaker/types.rb', line 6196

class ClusterEventSummary < Struct.new(
  :event_id,
  :cluster_arn,
  :cluster_name,
  :instance_group_name,
  :instance_id,
  :resource_type,
  :event_time,
  :description,
  :event_level)
  SENSITIVE = []
  include Aws::Structure
end

#instance_group_nameString

The name of the instance group associated with the event, if applicable.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'lib/aws-sdk-sagemaker/types.rb', line 6196

class ClusterEventSummary < Struct.new(
  :event_id,
  :cluster_arn,
  :cluster_name,
  :instance_group_name,
  :instance_id,
  :resource_type,
  :event_time,
  :description,
  :event_level)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The Amazon Elastic Compute Cloud (EC2) instance ID associated with the event, if applicable.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'lib/aws-sdk-sagemaker/types.rb', line 6196

class ClusterEventSummary < Struct.new(
  :event_id,
  :cluster_arn,
  :cluster_name,
  :instance_group_name,
  :instance_id,
  :resource_type,
  :event_time,
  :description,
  :event_level)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource associated with the event. Valid values are ‘Cluster`, `InstanceGroup`, or `Instance`.

Returns:

  • (String)


6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'lib/aws-sdk-sagemaker/types.rb', line 6196

class ClusterEventSummary < Struct.new(
  :event_id,
  :cluster_arn,
  :cluster_name,
  :instance_group_name,
  :instance_id,
  :resource_type,
  :event_time,
  :description,
  :event_level)
  SENSITIVE = []
  include Aws::Structure
end