Class: Aws::SageMaker::Types::InstanceRequirementsEniConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::InstanceRequirementsEniConfiguration
- 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
-
#additional_enis ⇒ Types::AdditionalEnis
Information about additional Elastic Network Interfaces (ENIs) associated with the instance type category.
-
#customer_eni ⇒ String
The ID of the customer-managed Elastic Network Interface (ENI) associated with the instance type category.
Instance Attribute Details
#additional_enis ⇒ Types::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_eni ⇒ String
The ID of the customer-managed Elastic Network Interface (ENI) 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 |