acceleratorTypes

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

Parameters

value

List of accelerator types. Default is any accelerator type.

Valid types:
* fpga
* gpu
* inference

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


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

Parameters

values

List of accelerator types. Default is any accelerator type.

Valid types:
* fpga
* gpu
* inference