Uses of Class
software.amazon.awssdk.services.sagemaker.model.NotebookInstanceSummary
-
Packages that use NotebookInstanceSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of NotebookInstanceSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type NotebookInstanceSummary Modifier and Type Method Description List<NotebookInstanceSummary>ListNotebookInstancesResponse. notebookInstances()An array ofNotebookInstanceSummaryobjects, one for each notebook instance.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type NotebookInstanceSummary Modifier and Type Method Description ListNotebookInstancesResponse.BuilderListNotebookInstancesResponse.Builder. notebookInstances(NotebookInstanceSummary... notebookInstances)An array ofNotebookInstanceSummaryobjects, one for each notebook instance.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type NotebookInstanceSummary Modifier and Type Method Description ListNotebookInstancesResponse.BuilderListNotebookInstancesResponse.Builder. notebookInstances(Collection<NotebookInstanceSummary> notebookInstances)An array ofNotebookInstanceSummaryobjects, one for each notebook instance. -
Uses of NotebookInstanceSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type NotebookInstanceSummary Modifier and Type Method Description SdkIterable<NotebookInstanceSummary>ListNotebookInstancesIterable. notebookInstances()Returns an iterable to iterate through the paginatedListNotebookInstancesResponse.notebookInstances()member.SdkPublisher<NotebookInstanceSummary>ListNotebookInstancesPublisher. notebookInstances()Returns a publisher that can be used to get a stream of data.
-