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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.



31766
31767
31768
31769
31770
31771
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31766

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)


31766
31767
31768
31769
31770
31771
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31766

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