Class: Aws::SageMaker::Types::InstanceMetadata

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

Overview

Metadata information about an instance in a HyperPod cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_enisTypes::AdditionalEnis

Information about additional Elastic Network Interfaces (ENIs) associated with the instance.



29788
29789
29790
29791
29792
29793
29794
29795
29796
29797
# File 'lib/aws-sdk-sagemaker/types.rb', line 29788

class  < Struct.new(
  :customer_eni,
  :additional_enis,
  :capacity_reservation,
  :failure_message,
  :lcs_execution_state,
  :node_logical_id)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_reservationTypes::CapacityReservation

Information about the Capacity Reservation used by the instance.



29788
29789
29790
29791
29792
29793
29794
29795
29796
29797
# File 'lib/aws-sdk-sagemaker/types.rb', line 29788

class  < Struct.new(
  :customer_eni,
  :additional_enis,
  :capacity_reservation,
  :failure_message,
  :lcs_execution_state,
  :node_logical_id)
  SENSITIVE = []
  include Aws::Structure
end

#customer_eniString

The ID of the customer-managed Elastic Network Interface (ENI) associated with the instance.



29788
29789
29790
29791
29792
29793
29794
29795
29796
29797
# File 'lib/aws-sdk-sagemaker/types.rb', line 29788

class  < Struct.new(
  :customer_eni,
  :additional_enis,
  :capacity_reservation,
  :failure_message,
  :lcs_execution_state,
  :node_logical_id)
  SENSITIVE = []
  include Aws::Structure
end

#failure_messageString

An error message describing why the instance creation or update failed, if applicable.



29788
29789
29790
29791
29792
29793
29794
29795
29796
29797
# File 'lib/aws-sdk-sagemaker/types.rb', line 29788

class  < Struct.new(
  :customer_eni,
  :additional_enis,
  :capacity_reservation,
  :failure_message,
  :lcs_execution_state,
  :node_logical_id)
  SENSITIVE = []
  include Aws::Structure
end

#lcs_execution_stateString

The execution state of the Lifecycle Script (LCS) for the instance.



29788
29789
29790
29791
29792
29793
29794
29795
29796
29797
# File 'lib/aws-sdk-sagemaker/types.rb', line 29788

class  < Struct.new(
  :customer_eni,
  :additional_enis,
  :capacity_reservation,
  :failure_message,
  :lcs_execution_state,
  :node_logical_id)
  SENSITIVE = []
  include Aws::Structure
end

#node_logical_idString

The unique logical identifier of the node within the cluster. The ID used here is the same object as in the BatchAddClusterNodes API.



29788
29789
29790
29791
29792
29793
29794
29795
29796
29797
# File 'lib/aws-sdk-sagemaker/types.rb', line 29788

class  < Struct.new(
  :customer_eni,
  :additional_enis,
  :capacity_reservation,
  :failure_message,
  :lcs_execution_state,
  :node_logical_id)
  SENSITIVE = []
  include Aws::Structure
end