Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProjectSummary
-
Packages that use ProjectSummary Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProjectSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProjectSummary Modifier and Type Method Description List<ProjectSummary>ListProjectsResponse. projectSummaryList()A list of summaries of projects.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProjectSummary Modifier and Type Method Description ListProjectsResponse.BuilderListProjectsResponse.Builder. projectSummaryList(ProjectSummary... projectSummaryList)A list of summaries of projects.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProjectSummary Modifier and Type Method Description ListProjectsResponse.BuilderListProjectsResponse.Builder. projectSummaryList(Collection<ProjectSummary> projectSummaryList)A list of summaries of projects.
-