acceleratorConfig

@JvmName(name = "afacigxkmhsodqix")
suspend fun acceleratorConfig(value: Output<V2VmAcceleratorConfigArgs>)
@JvmName(name = "lcpynkamhwafvaoo")
suspend fun acceleratorConfig(value: V2VmAcceleratorConfigArgs?)

Parameters

value

The AccleratorConfig for the TPU Node. accelerator_config cannot be used at the same time as accelerator_type. If neither is specified, accelerator_type defaults to 'v2-8'. Structure is documented below.


@JvmName(name = "uxyohclvhpsodihe")
suspend fun acceleratorConfig(argument: suspend V2VmAcceleratorConfigArgsBuilder.() -> Unit)

Parameters

argument

The AccleratorConfig for the TPU Node. accelerator_config cannot be used at the same time as accelerator_type. If neither is specified, accelerator_type defaults to 'v2-8'. Structure is documented below.