Module Values.PackageConfigSource

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

Sourcetype nonrec t = {
  1. packageManager : PackageManager.t;
    (*

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

    *)
  2. packageSpecification : PackageConfigPackageSpecificationString.t option;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : ?packageSpecification:??? -> packageManager:PackageManager.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of PackageConfigPackageSpecificationString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t