Image Limit Settings Response
data class ImageLimitSettingsResponse(val maxConcurrentTrials: Int? = null, val maxTrials: Int? = null, val timeout: String? = null)
Limit settings for the AutoML job.
Limit settings for the AutoML job.