ParameterFilePropertiesInput
is used to input data for a file property parameter.
Table: ParameterFilePropertiesInput
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 19, 2024 | |||||
fileName | string | yes | Long-Term | The name of the file. | |
invalidInputMessage | string | Long-Term | The message to use when found invalid. | ||
invalidInputPatterns | [string] | yes | Long-Term | The patterns that are invalid. | |
labelColumn | string | Long-Term | The column in the file which contains the label for the given value column. | ||
valueColumn | string | yes | Long-Term | The column in the file which contains the values. | |
valueFilters | [ParameterFileValueFilter ] | yes | Long-Term | A list of the value filters (see ParameterFileValueFilter Table). |