modelSummaries

@JvmName(name = "listCustomModelsResponseCustomModelSummary")
fun Flow<ListCustomModelsResponse>.modelSummaries(): Flow<CustomModelSummary>

This paginator transforms the flow returned by listCustomModelsPaginated to access the nested member CustomModelSummary

Return

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


@JvmName(name = "listImportedModelsResponseImportedModelSummary")
fun Flow<ListImportedModelsResponse>.modelSummaries(): Flow<ImportedModelSummary>

This paginator transforms the flow returned by listImportedModelsPaginated to access the nested member ImportedModelSummary

Return

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