acceleratorTypes

@JvmName(name = "wrxugbfedvuuybwp")
suspend fun acceleratorTypes(value: Output<List<String>>)
@JvmName(name = "bmswonyybcoiaiqh")
suspend fun acceleratorTypes(value: List<String>?)

Parameters

value

List of accelerator types. Default is any accelerator type.

Valid types:
* fpga
* gpu
* inference

@JvmName(name = "xcddcxoeacbmerxb")
suspend fun acceleratorTypes(vararg values: Output<String>)


@JvmName(name = "gdilruklqnxflsxr")
suspend fun acceleratorTypes(values: List<Output<String>>)
@JvmName(name = "wvibhfynqlwqonrl")
suspend fun acceleratorTypes(vararg values: String)

Parameters

values

List of accelerator types. Default is any accelerator type.

Valid types:
* fpga
* gpu
* inference