Class: Aws::SageMaker::Types::CodeEditorAppSettings

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

Overview

The Code Editor application settings.

For more information about Code Editor, see Get started with Code Editor in Amazon SageMaker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_lifecycle_managementTypes::AppLifecycleManagement

Settings that are used to configure and manage the lifecycle of CodeEditor applications.


4796
4797
4798
4799
4800
4801
4802
4803
4804
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4796

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

#built_in_lifecycle_config_arnString

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

Returns:

  • (String)

4796
4797
4798
4799
4800
4801
4802
4803
4804
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4796

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

#custom_imagesArray<Types::CustomImage>

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

Returns:


4796
4797
4798
4799
4800
4801
4802
4803
4804
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4796

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

#default_resource_specTypes::ResourceSpec

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

Returns:


4796
4797
4798
4799
4800
4801
4802
4803
4804
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4796

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

#lifecycle_config_arnsArray<String>

The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.

Returns:

  • (Array<String>)

4796
4797
4798
4799
4800
4801
4802
4803
4804
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4796

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