trainingOptions

@JvmName(name = "ilxchgokwwppqgwp")
suspend fun trainingOptions(value: Output<BqmlTrainingRunTrainingOptionsArgs>)
@JvmName(name = "wpjibobljfucplut")
suspend fun trainingOptions(value: BqmlTrainingRunTrainingOptionsArgs?)

Parameters

value

Output-only, Beta Training options used by this training run. These options are mutable for subsequent training runs. Default values are explicitly stored for options not specified in the input query of the first training run. For subsequent training runs, any option not explicitly specified in the input query will be copied from the previous training run.


@JvmName(name = "nongkimlplbasijx")
suspend fun trainingOptions(argument: suspend BqmlTrainingRunTrainingOptionsArgsBuilder.() -> Unit)

Parameters

argument

Output-only, Beta Training options used by this training run. These options are mutable for subsequent training runs. Default values are explicitly stored for options not specified in the input query of the first training run. For subsequent training runs, any option not explicitly specified in the input query will be copied from the previous training run.