Uses of Class
software.amazon.awssdk.services.sagemaker.model.PartnerAppSummary
-
Packages that use PartnerAppSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of PartnerAppSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type PartnerAppSummary Modifier and Type Method Description List<PartnerAppSummary>ListPartnerAppsResponse. summaries()The information related to each of the SageMaker Partner AI Apps in an account.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type PartnerAppSummary Modifier and Type Method Description ListPartnerAppsResponse.BuilderListPartnerAppsResponse.Builder. summaries(PartnerAppSummary... summaries)The information related to each of the SageMaker Partner AI Apps in an account.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type PartnerAppSummary Modifier and Type Method Description ListPartnerAppsResponse.BuilderListPartnerAppsResponse.Builder. summaries(Collection<PartnerAppSummary> summaries)The information related to each of the SageMaker Partner AI Apps in an account. -
Uses of PartnerAppSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type PartnerAppSummary Modifier and Type Method Description SdkIterable<PartnerAppSummary>ListPartnerAppsIterable. summaries()Returns an iterable to iterate through the paginatedListPartnerAppsResponse.summaries()member.SdkPublisher<PartnerAppSummary>ListPartnerAppsPublisher. summaries()Returns a publisher that can be used to get a stream of data.
-