Values.PackageConfigSourceThe package configuration for a notebook run environment in Amazon SageMaker Unified Studio.
type nonrec t = {packageManager : PackageManager.t;The package manager for the notebook run environment. The default value is UV.
*)packageSpecification : PackageConfigPackageSpecificationString.t option;The package specification content for the notebook run environment. The maximum length is 10240 characters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PackageConfigPackageSpecificationString.t ])
list ]