Class: Aws::SageMaker::Types::AIBenchmarkNetworkConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#vpc_configTypes::VpcConfig

The VPC configuration, including security group IDs and subnet IDs.

Returns:



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