Class: Aws::SageMaker::Types::InstanceRequirementsEniConfiguration

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

Overview

The customer ENI and additional ENIs associated with a network interface category.

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 type category.



31779
31780
31781
31782
31783
31784
# File 'lib/aws-sdk-sagemaker/types.rb', line 31779

class InstanceRequirementsEniConfiguration < Struct.new(
  :customer_eni,
  :additional_enis)
  SENSITIVE = []
  include Aws::Structure
end

#customer_eniString

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

Returns:

  • (String)


31779
31780
31781
31782
31783
31784
# File 'lib/aws-sdk-sagemaker/types.rb', line 31779

class InstanceRequirementsEniConfiguration < Struct.new(
  :customer_eni,
  :additional_enis)
  SENSITIVE = []
  include Aws::Structure
end