schema

@JvmName(name = "xebmpkarallhftdn")
suspend fun schema(value: Output<SchemaPropertiesArgs>)
@JvmName(name = "vfviwtgbhslxqvrb")
suspend fun schema(value: SchemaPropertiesArgs?)

Parameters

value

The schema for the dataset. The schema attributes and their order must match the fields in your data. The dataset Domain and DatasetType that you choose determine the minimum required fields in your training data. For information about the required fields for a specific dataset domain and type, see Dataset Domains and Dataset Types .


@JvmName(name = "iwjbbalnkqhhorvd")
suspend fun schema(argument: suspend SchemaPropertiesArgsBuilder.() -> Unit)

Parameters

argument

The schema for the dataset. The schema attributes and their order must match the fields in your data. The dataset Domain and DatasetType that you choose determine the minimum required fields in your training data. For information about the required fields for a specific dataset domain and type, see Dataset Domains and Dataset Types .