Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.CollaborationTrainedModelExportJobSummary
-
Packages that use CollaborationTrainedModelExportJobSummary Package Description software.amazon.awssdk.services.cleanroomsml.model software.amazon.awssdk.services.cleanroomsml.paginators -
-
Uses of CollaborationTrainedModelExportJobSummary in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type CollaborationTrainedModelExportJobSummary Modifier and Type Method Description List<CollaborationTrainedModelExportJobSummary>ListCollaborationTrainedModelExportJobsResponse. collaborationTrainedModelExportJobs()The exports jobs that exist for the requested trained model in the requested collaboration.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type CollaborationTrainedModelExportJobSummary Modifier and Type Method Description ListCollaborationTrainedModelExportJobsResponse.BuilderListCollaborationTrainedModelExportJobsResponse.Builder. collaborationTrainedModelExportJobs(CollaborationTrainedModelExportJobSummary... collaborationTrainedModelExportJobs)The exports jobs that exist for the requested trained model in the requested collaboration.Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type CollaborationTrainedModelExportJobSummary Modifier and Type Method Description ListCollaborationTrainedModelExportJobsResponse.BuilderListCollaborationTrainedModelExportJobsResponse.Builder. collaborationTrainedModelExportJobs(Collection<CollaborationTrainedModelExportJobSummary> collaborationTrainedModelExportJobs)The exports jobs that exist for the requested trained model in the requested collaboration. -
Uses of CollaborationTrainedModelExportJobSummary in software.amazon.awssdk.services.cleanroomsml.paginators
Methods in software.amazon.awssdk.services.cleanroomsml.paginators that return types with arguments of type CollaborationTrainedModelExportJobSummary Modifier and Type Method Description SdkIterable<CollaborationTrainedModelExportJobSummary>ListCollaborationTrainedModelExportJobsIterable. collaborationTrainedModelExportJobs()Returns an iterable to iterate through the paginatedListCollaborationTrainedModelExportJobsResponse.collaborationTrainedModelExportJobs()member.SdkPublisher<CollaborationTrainedModelExportJobSummary>ListCollaborationTrainedModelExportJobsPublisher. collaborationTrainedModelExportJobs()Returns a publisher that can be used to get a stream of data.
-