toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.inputs
/
DatasetCreateRequestRegistrationArgs
Dataset
Create
Request
Registration
Args
data
class
DatasetCreateRequestRegistrationArgs
(
val
description
:
Output
<
String
>
?
=
null
,
val
name
:
Output
<
String
>
?
=
null
,
val
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)
:
ConvertibleToJava
<
DatasetCreateRequestRegistrationArgs
>
Members
Constructors
Dataset
Create
Request
Registration
Args
Link copied to clipboard
constructor
(
description
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
Output
<
String
>
?
=
null
The description for the dataset.
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
The name of the dataset.
tags
Link copied to clipboard
val
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
Tags associated with the dataset.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DatasetCreateRequestRegistrationArgs