Uses of Class
software.amazon.awssdk.services.sagemaker.model.NotebookInstanceLifecycleConfigSummary
-
Packages that use NotebookInstanceLifecycleConfigSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of NotebookInstanceLifecycleConfigSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type NotebookInstanceLifecycleConfigSummary Modifier and Type Method Description List<NotebookInstanceLifecycleConfigSummary>ListNotebookInstanceLifecycleConfigsResponse. notebookInstanceLifecycleConfigs()An array ofNotebookInstanceLifecycleConfigurationobjects, each listing a lifecycle configuration.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type NotebookInstanceLifecycleConfigSummary Modifier and Type Method Description ListNotebookInstanceLifecycleConfigsResponse.BuilderListNotebookInstanceLifecycleConfigsResponse.Builder. notebookInstanceLifecycleConfigs(NotebookInstanceLifecycleConfigSummary... notebookInstanceLifecycleConfigs)An array ofNotebookInstanceLifecycleConfigurationobjects, each listing a lifecycle configuration.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type NotebookInstanceLifecycleConfigSummary Modifier and Type Method Description ListNotebookInstanceLifecycleConfigsResponse.BuilderListNotebookInstanceLifecycleConfigsResponse.Builder. notebookInstanceLifecycleConfigs(Collection<NotebookInstanceLifecycleConfigSummary> notebookInstanceLifecycleConfigs)An array ofNotebookInstanceLifecycleConfigurationobjects, each listing a lifecycle configuration. -
Uses of NotebookInstanceLifecycleConfigSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type NotebookInstanceLifecycleConfigSummary Modifier and Type Method Description SdkIterable<NotebookInstanceLifecycleConfigSummary>ListNotebookInstanceLifecycleConfigsIterable. notebookInstanceLifecycleConfigs()Returns an iterable to iterate through the paginatedListNotebookInstanceLifecycleConfigsResponse.notebookInstanceLifecycleConfigs()member.SdkPublisher<NotebookInstanceLifecycleConfigSummary>ListNotebookInstanceLifecycleConfigsPublisher. notebookInstanceLifecycleConfigs()Returns a publisher that can be used to get a stream of data.
-