Class: Aws::SageMaker::Types::StudioLifecycleConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StudioLifecycleConfigDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Details of the Amazon SageMaker Studio Lifecycle Configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time of the Amazon SageMaker Studio Lifecycle Configuration.
-
#last_modified_time ⇒ Time
This value is equivalent to CreationTime because Amazon SageMaker Studio Lifecycle Configurations are immutable.
-
#studio_lifecycle_config_app_type ⇒ String
The App type to which the Lifecycle Configuration is attached.
-
#studio_lifecycle_config_arn ⇒ String
The Amazon Resource Name (ARN) of the Lifecycle Configuration.
-
#studio_lifecycle_config_name ⇒ String
The name of the Amazon SageMaker Studio Lifecycle Configuration.
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the Amazon SageMaker Studio Lifecycle Configuration.
41956 41957 41958 41959 41960 41961 41962 41963 41964 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41956 class StudioLifecycleConfigDetails < Struct.new( :studio_lifecycle_config_arn, :studio_lifecycle_config_name, :creation_time, :last_modified_time, :studio_lifecycle_config_app_type) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
This value is equivalent to CreationTime because Amazon SageMaker Studio Lifecycle Configurations are immutable.
41956 41957 41958 41959 41960 41961 41962 41963 41964 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41956 class StudioLifecycleConfigDetails < Struct.new( :studio_lifecycle_config_arn, :studio_lifecycle_config_name, :creation_time, :last_modified_time, :studio_lifecycle_config_app_type) SENSITIVE = [] include Aws::Structure end |
#studio_lifecycle_config_app_type ⇒ String
The App type to which the Lifecycle Configuration is attached.
41956 41957 41958 41959 41960 41961 41962 41963 41964 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41956 class StudioLifecycleConfigDetails < Struct.new( :studio_lifecycle_config_arn, :studio_lifecycle_config_name, :creation_time, :last_modified_time, :studio_lifecycle_config_app_type) SENSITIVE = [] include Aws::Structure end |
#studio_lifecycle_config_arn ⇒ String
The Amazon Resource Name (ARN) of the Lifecycle Configuration.
41956 41957 41958 41959 41960 41961 41962 41963 41964 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41956 class StudioLifecycleConfigDetails < Struct.new( :studio_lifecycle_config_arn, :studio_lifecycle_config_name, :creation_time, :last_modified_time, :studio_lifecycle_config_app_type) SENSITIVE = [] include Aws::Structure end |
#studio_lifecycle_config_name ⇒ String
The name of the Amazon SageMaker Studio Lifecycle Configuration.
41956 41957 41958 41959 41960 41961 41962 41963 41964 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41956 class StudioLifecycleConfigDetails < Struct.new( :studio_lifecycle_config_arn, :studio_lifecycle_config_name, :creation_time, :last_modified_time, :studio_lifecycle_config_app_type) SENSITIVE = [] include Aws::Structure end |