SchemaPropertiesArgs

data class SchemaPropertiesArgs(val attributes: Output<List<DatasetAttributesItemPropertiesArgs>>? = null) : ConvertibleToJava<SchemaPropertiesArgs>

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 .

Constructors

Link copied to clipboard
constructor(attributes: Output<List<DatasetAttributesItemPropertiesArgs>>? = null)

Properties

Link copied to clipboard

An array of attributes specifying the name and type of each field in a dataset.

Functions

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