Class: Aws::SageMaker::Types::AIBenchmarkNetworkConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIBenchmarkNetworkConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The network configuration for an AI benchmark job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vpc_config ⇒ Types::VpcConfig
The VPC configuration, including security group IDs and subnet IDs.
Instance Attribute Details
#vpc_config ⇒ Types::VpcConfig
The VPC configuration, including security group IDs and subnet IDs.
100 101 102 103 104 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 100 class AIBenchmarkNetworkConfig < Struct.new( :vpc_config) SENSITIVE = [] include Aws::Structure end |