NetworkConfig

The network configuration for a notebook run in Amazon SageMaker Unified Studio.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The network access type for the notebook run. Valid values are PUBLIC_INTERNET_ONLY and VPC_ONLY.

Link copied to clipboard

The identifiers of the security groups for the notebook run. You can specify up to 5 security groups.

Link copied to clipboard

The identifiers of the subnets for the notebook run. You can specify up to 10 subnets.

Link copied to clipboard

The identifier of the VPC for the notebook run. This is required when the network access type is VPC_ONLY.

Functions

Link copied to clipboard
inline fun copy(block: NetworkConfig.Builder.() -> Unit = {}): NetworkConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String