Class: Aws::DataZone::Types::EnvironmentConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The environment configuration for a notebook run in Amazon SageMaker Unified Studio.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_version ⇒ String
The image version for the notebook run environment.
-
#package_config ⇒ Types::PackageConfig
The package configuration for the notebook run environment.
Instance Attribute Details
#image_version ⇒ String
The image version for the notebook run environment.
8055 8056 8057 8058 8059 8060 |
# File 'lib/aws-sdk-datazone/types.rb', line 8055 class EnvironmentConfig < Struct.new( :image_version, :package_config) SENSITIVE = [] include Aws::Structure end |
#package_config ⇒ Types::PackageConfig
The package configuration for the notebook run environment.
8055 8056 8057 8058 8059 8060 |
# File 'lib/aws-sdk-datazone/types.rb', line 8055 class EnvironmentConfig < Struct.new( :image_version, :package_config) SENSITIVE = [] include Aws::Structure end |