SDAI
Toggle table of contents
Main site
Telegram
Discord
common
Target filter
common
Switch theme
Search in API
Skip to content
SDAI
feature/benchmark
/
com.shifthackz.aisdv1.feature.benchmark
/
IosLocalGenerationProfile
Ios
Local
Generation
Profile
private
data
class
IosLocalGenerationProfile
(
val
size
:
Int
,
val
samplingSteps
:
Int
,
val
estimatedTimeSeconds
:
Int
,
val
backgroundGeneration
:
Boolean
)
(
source
)
Members
Constructors
Ios
Local
Generation
Profile
Link copied to clipboard
constructor
(
size
:
Int
,
samplingSteps
:
Int
,
estimatedTimeSeconds
:
Int
,
backgroundGeneration
:
Boolean
)
Properties
background
Generation
Link copied to clipboard
val
backgroundGeneration
:
Boolean
estimated
Time
Seconds
Link copied to clipboard
val
estimatedTimeSeconds
:
Int
sampling
Steps
Link copied to clipboard
val
samplingSteps
:
Int
size
Link copied to clipboard
val
size
:
Int