CodeEditorAppSettings — AWS SDK for Ruby V3 (original) (raw)
Class: Aws::SageMaker::Types::CodeEditorAppSettings
Inherits:
Struct
- Object
- Struct
- Aws::SageMaker::Types::CodeEditorAppSettings show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summarycollapse
SENSITIVE =
[]
Instance Attribute Summary collapse
- #app_lifecycle_management ⇒ Types::AppLifecycleManagement
Settings that are used to configure and manage the lifecycle of CodeEditor applications. - #built_in_lifecycle_config_arn ⇒ String
The lifecycle configuration that runs before the default lifecycle configuration. - #custom_images ⇒ ArrayTypes::CustomImage
A list of custom SageMaker images that are configured to run as a Code Editor app. - #default_resource_spec ⇒ Types::ResourceSpec
Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on. - #lifecycle_config_arns ⇒ Array
The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.
Instance Attribute Details
#app_lifecycle_management ⇒ Types::AppLifecycleManagement
Settings that are used to configure and manage the lifecycle of CodeEditor applications.
4907 4908 4909 4910 4911 4912 4913 4914 4915 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4907 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_arn ⇒ String
The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default lifecycle configuration.
4907 4908 4909 4910 4911 4912 4913 4914 4915 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4907 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_images ⇒ Array<Types::CustomImage>
A list of custom SageMaker images that are configured to run as a Code Editor app.
4907 4908 4909 4910 4911 4912 4913 4914 4915 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4907 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_spec ⇒ Types::ResourceSpec
Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.
When both SageMakerImageVersionArn
and SageMakerImageArn
are passed, SageMakerImageVersionArn
is used. Any updates toSageMakerImageArn
will not take effect ifSageMakerImageVersionArn
already exists in the ResourceSpec
because SageMakerImageVersionArn
always takes precedence. To clear the value set for SageMakerImageVersionArn
, pass None
as the value.
4907 4908 4909 4910 4911 4912 4913 4914 4915 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4907 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_arns ⇒ Array
The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.
4907 4908 4909 4910 4911 4912 4913 4914 4915 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4907 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 |
---|