| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaAttribute |
SchemaAttribute.clone() |
SchemaAttribute |
SchemaAttribute.withAttributeName(String attributeName)
The name of the dataset field.
|
SchemaAttribute |
SchemaAttribute.withAttributeType(AttributeType attributeType)
The data type of the field.
|
SchemaAttribute |
SchemaAttribute.withAttributeType(String attributeType)
The data type of the field.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchemaAttribute> |
Schema.getAttributes()
An array of attributes specifying the name and type of each field in a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.withAttributes(SchemaAttribute... attributes)
An array of attributes specifying the name and type of each field in a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.setAttributes(Collection<SchemaAttribute> attributes)
An array of attributes specifying the name and type of each field in a dataset.
|
Schema |
Schema.withAttributes(Collection<SchemaAttribute> attributes)
An array of attributes specifying the name and type of each field in a dataset.
|
Copyright © 2020. All rights reserved.