Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrainingJobSummary
-
Packages that use TrainingJobSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of TrainingJobSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrainingJobSummary Modifier and Type Method Description List<TrainingJobSummary>ListTrainingJobsResponse. trainingJobSummaries()An array ofTrainingJobSummaryobjects, each listing a training job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrainingJobSummary Modifier and Type Method Description ListTrainingJobsResponse.BuilderListTrainingJobsResponse.Builder. trainingJobSummaries(TrainingJobSummary... trainingJobSummaries)An array ofTrainingJobSummaryobjects, each listing a training job.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TrainingJobSummary Modifier and Type Method Description ListTrainingJobsResponse.BuilderListTrainingJobsResponse.Builder. trainingJobSummaries(Collection<TrainingJobSummary> trainingJobSummaries)An array ofTrainingJobSummaryobjects, each listing a training job. -
Uses of TrainingJobSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type TrainingJobSummary Modifier and Type Method Description SdkIterable<TrainingJobSummary>ListTrainingJobsIterable. trainingJobSummaries()Returns an iterable to iterate through the paginatedListTrainingJobsResponse.trainingJobSummaries()member.SdkPublisher<TrainingJobSummary>ListTrainingJobsPublisher. trainingJobSummaries()Returns a publisher that can be used to get a stream of data.
-