Uses of Class
software.amazon.awssdk.services.forecast.model.DataSource
-
Packages that use DataSource Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of DataSource in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return DataSource Modifier and Type Method Description DataSourceCreateDatasetImportJobRequest. dataSource()The location of the training data to import and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.DataSourceCreateExplainabilityRequest. dataSource()Returns the value of the DataSource property for this object.DataSourceDatasetImportJobSummary. dataSource()The location of the training data to import and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.DataSourceDescribeDatasetImportJobResponse. dataSource()The location of the training data to import and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.DataSourceDescribeExplainabilityResponse. dataSource()Returns the value of the DataSource property for this object.DataSourceTimeSeriesIdentifiers. dataSource()Returns the value of the DataSource property for this object.Methods in software.amazon.awssdk.services.forecast.model with parameters of type DataSource Modifier and Type Method Description CreateDatasetImportJobRequest.BuilderCreateDatasetImportJobRequest.Builder. dataSource(DataSource dataSource)The location of the training data to import and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.CreateExplainabilityRequest.BuilderCreateExplainabilityRequest.Builder. dataSource(DataSource dataSource)Sets the value of the DataSource property for this object.DatasetImportJobSummary.BuilderDatasetImportJobSummary.Builder. dataSource(DataSource dataSource)The location of the training data to import and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.DescribeDatasetImportJobResponse.BuilderDescribeDatasetImportJobResponse.Builder. dataSource(DataSource dataSource)The location of the training data to import and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.DescribeExplainabilityResponse.BuilderDescribeExplainabilityResponse.Builder. dataSource(DataSource dataSource)Sets the value of the DataSource property for this object.TimeSeriesIdentifiers.BuilderTimeSeriesIdentifiers.Builder. dataSource(DataSource dataSource)Sets the value of the DataSource property for this object.
-