Skip to content

/AWS1/CL_DZNPACKAGECONFIG

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

CONSTRUCTOR

IMPORTING

Required arguments:

iv_packagemanager TYPE /AWS1/DZNPACKAGEMANAGER /AWS1/DZNPACKAGEMANAGER

The package manager for the notebook run environment. The default value is UV.

Optional arguments:

iv_packagespecification TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The package specification content for the notebook run environment. The maximum length is 10240 characters.


Queryable Attributes

packageManager

The package manager for the notebook run environment. The default value is UV.

Accessible with the following methods

Method Description
GET_PACKAGEMANAGER() Getter for PACKAGEMANAGER, with configurable default
ASK_PACKAGEMANAGER() Getter for PACKAGEMANAGER w/ exceptions if field has no valu
HAS_PACKAGEMANAGER() Determine if PACKAGEMANAGER has a value

packageSpecification

The package specification content for the notebook run environment. The maximum length is 10240 characters.

Accessible with the following methods

Method Description
GET_PACKAGESPECIFICATION() Getter for PACKAGESPECIFICATION, with configurable default
ASK_PACKAGESPECIFICATION() Getter for PACKAGESPECIFICATION w/ exceptions if field has n
HAS_PACKAGESPECIFICATION() Determine if PACKAGESPECIFICATION has a value