pulumi-gcp-kotlin
6.49.0.1
pulumi-gcp-kotlin
/
com.pulumi.gcp.tpu.kotlin.outputs
Package-level
declarations
Types
Types
Get
Tensorflow
Versions
Result
Link copied to clipboard
data
class
GetTensorflowVersionsResult
(
val
id
:
String
,
val
project
:
String
,
val
versions
:
List
<
String
>
,
val
zone
:
String
)
A collection of values returned by getTensorflowVersions.
Node
Network
Endpoint
Link copied to clipboard
data
class
NodeNetworkEndpoint
(
val
ipAddress
:
String
?
=
null
,
val
port
:
Int
?
=
null
)
Node
Scheduling
Config
Link copied to clipboard
data
class
NodeSchedulingConfig
(
val
preemptible
:
Boolean
)