GetTensorflowVersionsPlainArgs

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

A collection of arguments for invoking getTensorflowVersions.

Constructors

Link copied to clipboard
constructor(project: String? = null, zone: String? = null)

Properties

Link copied to clipboard
val project: String? = null

The project to list versions for. If it is not provided, the provider project is used.

Link copied to clipboard
val zone: String? = null

The zone to list versions for. If it is not provided, the provider zone is used.

Functions

Link copied to clipboard
open override fun toJava(): GetTensorflowVersionsPlainArgs