CodeInterpreterNetworkConfiguration¶
Structure Class¶
CodeInterpreterNetworkConfiguration
dataclass
¶
The network configuration for a code interpreter. This structure defines how the code interpreter connects to the network.
Attributes¶
network_mode
class-attribute
instance-attribute
¶
network_mode: CodeInterpreterNetworkMode = CodeInterpreterNetworkMode('SANDBOX')
The network mode for the code interpreter. This field specifies how the code interpreter connects to the network.