parameters

@JvmName(name = "ghhjpmleexnfqima")
suspend fun parameters(value: Output<MLTransformParametersArgs>)
@JvmName(name = "hkceckgddaoxogos")
suspend fun parameters(value: MLTransformParametersArgs?)

Parameters

value

The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters.


@JvmName(name = "wctnxikphysggoxv")
suspend fun parameters(argument: suspend MLTransformParametersArgsBuilder.() -> Unit)

Parameters

argument

The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type. see Parameters.