Class: Aws::SageMaker::Types::CodeEditorAppSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CodeEditorAppSettings
- Includes:
- Aws::Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/sagemaker/latest/dg/code-editor.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_resource_spec ⇒ Types::ResourceSpec
Specifies the ARN’s of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
-
#lifecycle_config_arns ⇒ Array<String>
The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.
Instance Attribute Details
#default_resource_spec ⇒ Types::ResourceSpec
Specifies the ARN’s of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
4209 4210 4211 4212 4213 4214 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4209 class CodeEditorAppSettings < Struct.new( :default_resource_spec, :lifecycle_config_arns) SENSITIVE = [] include Aws::Structure end |
#lifecycle_config_arns ⇒ Array<String>
The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.
4209 4210 4211 4212 4213 4214 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4209 class CodeEditorAppSettings < Struct.new( :default_resource_spec, :lifecycle_config_arns) SENSITIVE = [] include Aws::Structure end |