Package-level declarations

Types

Link copied to clipboard
data class GetTensorflowVersionsPlainArgs(val project: String? = null, val zone: String? = null) : ConvertibleToJava<GetTensorflowVersionsPlainArgs>

A collection of arguments for invoking getTensorflowVersions.

Link copied to clipboard
data class GetV2AcceleratorTypesPlainArgs(val project: String? = null, val zone: String? = null) : ConvertibleToJava<GetV2AcceleratorTypesPlainArgs>

A collection of arguments for invoking getV2AcceleratorTypes.

Link copied to clipboard
data class GetV2RuntimeVersionsPlainArgs(val project: String? = null, val zone: String? = null) : ConvertibleToJava<GetV2RuntimeVersionsPlainArgs>

A collection of arguments for invoking getV2RuntimeVersions.

Link copied to clipboard
data class NodeSchedulingConfigArgs(val preemptible: Output<Boolean>) : ConvertibleToJava<NodeSchedulingConfigArgs>