acceleratorTypes

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

Parameters

value

List of accelerator types. Default is any accelerator type.

Valid types:
* fpga
* gpu
* inference

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


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

Parameters

values

List of accelerator types. Default is any accelerator type.

Valid types:
* fpga
* gpu
* inference