Uses of Class
software.amazon.awssdk.services.forecast.model.Schema
-
Packages that use Schema Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of Schema in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return Schema Modifier and Type Method Description SchemaCreateDatasetRequest. schema()The schema for the dataset.SchemaCreateExplainabilityRequest. schema()Returns the value of the Schema property for this object.SchemaDescribeDatasetResponse. schema()An array ofSchemaAttributeobjects that specify the dataset fields.SchemaDescribeExplainabilityResponse. schema()Returns the value of the Schema property for this object.SchemaTimeSeriesIdentifiers. schema()Returns the value of the Schema property for this object.SchemaTimeSeriesReplacementsDataSource. schema()Returns the value of the Schema property for this object.Methods in software.amazon.awssdk.services.forecast.model with parameters of type Schema Modifier and Type Method Description CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. schema(Schema schema)The schema for the dataset.CreateExplainabilityRequest.BuilderCreateExplainabilityRequest.Builder. schema(Schema schema)Sets the value of the Schema property for this object.DescribeDatasetResponse.BuilderDescribeDatasetResponse.Builder. schema(Schema schema)An array ofSchemaAttributeobjects that specify the dataset fields.DescribeExplainabilityResponse.BuilderDescribeExplainabilityResponse.Builder. schema(Schema schema)Sets the value of the Schema property for this object.TimeSeriesIdentifiers.BuilderTimeSeriesIdentifiers.Builder. schema(Schema schema)Sets the value of the Schema property for this object.TimeSeriesReplacementsDataSource.BuilderTimeSeriesReplacementsDataSource.Builder. schema(Schema schema)Sets the value of the Schema property for this object.
-