Module Values_0.JupyterLabAppSettingsSource

The settings for the JupyterLab application.

Sourcetype nonrec t = {
  1. defaultResourceSpec : ResourceSpec.t option;
  2. customImages : CustomImages.t option;
    (*

    A list of custom SageMaker images that are configured to run as a JupyterLab app.

    *)
  3. lifecycleConfigArns : LifecycleConfigArns.t option;
    (*

    The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set LifecycleConfigArns to an empty list.

    *)
  4. codeRepositories : CodeRepositories.t option;
    (*

    A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.

    *)
  5. appLifecycleManagement : AppLifecycleManagement.t option;
    (*

    Indicates whether idle shutdown is activated for JupyterLab applications.

    *)
  6. emrSettings : EmrSettings.t option;
    (*

    The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.

    *)
  7. builtInLifecycleConfigArn : StudioLifecycleConfigArn.t option;
    (*

    The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default lifecycle configuration.

    *)
}
Sourceval make : ?defaultResourceSpec:??? -> ?customImages:??? -> ?lifecycleConfigArns:??? -> ?codeRepositories:??? -> ?appLifecycleManagement:??? -> ?emrSettings:??? -> ?builtInLifecycleConfigArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of StudioLifecycleConfigArn.t | `Structure of (string * [> `Integer of ImageVersionNumber.t | `String of ImageName.t ]) list ] list | `String of StudioLifecycleConfigArn.t | `Structure of (string * [> `Enum of string | `List of [> `String of RoleArn.t ] list | `String of ImageArn.t | `Structure of (string * [> `Enum of string | `Integer of IdleTimeoutInMinutes.t ]) list ]) list ]) 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