Class: Aws::SageMaker::Types::ListNotebookInstanceLifecycleConfigsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListNotebookInstanceLifecycleConfigsOutput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, SageMaker AI returns this token.
-
#notebook_instance_lifecycle_configs ⇒ Array<Types::NotebookInstanceLifecycleConfigSummary>
An array of
NotebookInstanceLifecycleConfiguration
objects, each listing a lifecycle configuration.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, SageMaker AI returns this token. To get the next set of lifecycle configurations, use it in the next request.
31757 31758 31759 31760 31761 31762 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31757 class ListNotebookInstanceLifecycleConfigsOutput < Struct.new( :next_token, :notebook_instance_lifecycle_configs) SENSITIVE = [] include Aws::Structure end |
#notebook_instance_lifecycle_configs ⇒ Array<Types::NotebookInstanceLifecycleConfigSummary>
An array of NotebookInstanceLifecycleConfiguration
objects, each
listing a lifecycle configuration.
31757 31758 31759 31760 31761 31762 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31757 class ListNotebookInstanceLifecycleConfigsOutput < Struct.new( :next_token, :notebook_instance_lifecycle_configs) SENSITIVE = [] include Aws::Structure end |