Uses of Class
software.amazon.awssdk.services.forecast.model.SchemaAttribute
-
Packages that use SchemaAttribute Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of SchemaAttribute in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type SchemaAttribute Modifier and Type Method Description List<SchemaAttribute>Schema. attributes()An array of attributes specifying the name and type of each field in a dataset.Methods in software.amazon.awssdk.services.forecast.model with parameters of type SchemaAttribute Modifier and Type Method Description Schema.BuilderSchema.Builder. attributes(SchemaAttribute... attributes)An array of attributes specifying the name and type of each field in a dataset.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type SchemaAttribute Modifier and Type Method Description Schema.BuilderSchema.Builder. attributes(Collection<SchemaAttribute> attributes)An array of attributes specifying the name and type of each field in a dataset.
-