Class: Aws::SageMaker::Types::JupyterLabAppSettings

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

The settings for the JupyterLab application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_repositoriesArray<Types::CodeRepository>

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

Returns:



23898
23899
23900
23901
23902
23903
23904
23905
# File 'lib/aws-sdk-sagemaker/types.rb', line 23898

class JupyterLabAppSettings < Struct.new(
  :default_resource_spec,
  :custom_images,
  :lifecycle_config_arns,
  :code_repositories)
  SENSITIVE = []
  include Aws::Structure
end

#custom_imagesArray<Types::CustomImage>

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

Returns:



23898
23899
23900
23901
23902
23903
23904
23905
# File 'lib/aws-sdk-sagemaker/types.rb', line 23898

class JupyterLabAppSettings < Struct.new(
  :default_resource_spec,
  :custom_images,
  :lifecycle_config_arns,
  :code_repositories)
  SENSITIVE = []
  include Aws::Structure
end

#default_resource_specTypes::ResourceSpec

Specifies the ARN’s of a SageMaker image and SageMaker image version, and the instance type that the version runs on.

Returns:



23898
23899
23900
23901
23902
23903
23904
23905
# File 'lib/aws-sdk-sagemaker/types.rb', line 23898

class JupyterLabAppSettings < Struct.new(
  :default_resource_spec,
  :custom_images,
  :lifecycle_config_arns,
  :code_repositories)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_config_arnsArray<String>

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.

Returns:

  • (Array<String>)


23898
23899
23900
23901
23902
23903
23904
23905
# File 'lib/aws-sdk-sagemaker/types.rb', line 23898

class JupyterLabAppSettings < Struct.new(
  :default_resource_spec,
  :custom_images,
  :lifecycle_config_arns,
  :code_repositories)
  SENSITIVE = []
  include Aws::Structure
end