Class: Aws::DataZone::Types::EnvironmentConfig

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

Instance Attribute Details

#image_versionString

The image version for the notebook run environment.

Returns:

  • (String)


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_configTypes::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