Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelPackageGroupSummary
-
Packages that use ModelPackageGroupSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ModelPackageGroupSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelPackageGroupSummary Modifier and Type Method Description List<ModelPackageGroupSummary>ListModelPackageGroupsResponse. modelPackageGroupSummaryList()A list of summaries of the model groups in your Amazon Web Services account.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelPackageGroupSummary Modifier and Type Method Description ListModelPackageGroupsResponse.BuilderListModelPackageGroupsResponse.Builder. modelPackageGroupSummaryList(ModelPackageGroupSummary... modelPackageGroupSummaryList)A list of summaries of the model groups in your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ModelPackageGroupSummary Modifier and Type Method Description ListModelPackageGroupsResponse.BuilderListModelPackageGroupsResponse.Builder. modelPackageGroupSummaryList(Collection<ModelPackageGroupSummary> modelPackageGroupSummaryList)A list of summaries of the model groups in your Amazon Web Services account. -
Uses of ModelPackageGroupSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ModelPackageGroupSummary Modifier and Type Method Description SdkIterable<ModelPackageGroupSummary>ListModelPackageGroupsIterable. modelPackageGroupSummaryList()Returns an iterable to iterate through the paginatedListModelPackageGroupsResponse.modelPackageGroupSummaryList()member.SdkPublisher<ModelPackageGroupSummary>ListModelPackageGroupsPublisher. modelPackageGroupSummaryList()Returns a publisher that can be used to get a stream of data.
-