GenerationConfig

class GenerationConfig


Configuration parameters to use for content generation.

Summary

Nested types

Public companion functions

GenerationConfig.Builder

Public properties

ExecutorService?

the ExecutorService on which background tasks should be run.

Public companion functions

Public properties

workerExecutor

val workerExecutorExecutorService?

the ExecutorService on which background tasks should be run. If no value is specified, a background thread pool will be used.