pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.outputs
/
ComputeInstanceEnvironmentInfoResponse
Compute
Instance
Environment
Info
Response
data
class
ComputeInstanceEnvironmentInfoResponse
(
val
name
:
String
?
=
null
,
val
version
:
String
?
=
null
)
Environment information
Types
Constructors
Properties
Constructors
Compute
Instance
Environment
Info
Response
Link copied to clipboard
fun
ComputeInstanceEnvironmentInfoResponse
(
name
:
String
?
=
null
,
version
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
name of environment.
version
Link copied to clipboard
val
version
:
String
?
=
null
version of environment.