trainingJobSummaries

@JvmName(name = "listTrainingJobsResponseTrainingJobSummary")
fun Flow<ListTrainingJobsResponse>.trainingJobSummaries(): Flow<TrainingJobSummary>

This paginator transforms the flow returned by listTrainingJobsPaginated to access the nested member TrainingJobSummary

Return

A kotlinx.coroutines.flow.Flow that can collect TrainingJobSummary


@JvmName(name = "listTrainingJobsForHyperParameterTuningJobResponseHyperParameterTrainingJobSummary")
fun Flow<ListTrainingJobsForHyperParameterTuningJobResponse>.trainingJobSummaries(): Flow<HyperParameterTrainingJobSummary>

This paginator transforms the flow returned by listTrainingJobsForHyperParameterTuningJobPaginated to access the nested member HyperParameterTrainingJobSummary

Return

A kotlinx.coroutines.flow.Flow that can collect HyperParameterTrainingJobSummary