Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

AdditionalDataset - Class in software.amazon.awssdk.services.forecast.model
Describes an additional dataset.
AdditionalDataset.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
additionalDatasets() - Method in class software.amazon.awssdk.services.forecast.model.DataConfig
Additional built-in datasets like Holidays and the Weather Index.
additionalDatasets(Collection<AdditionalDataset>) - Method in interface software.amazon.awssdk.services.forecast.model.DataConfig.Builder
Additional built-in datasets like Holidays and the Weather Index.
additionalDatasets(AdditionalDataset...) - Method in interface software.amazon.awssdk.services.forecast.model.DataConfig.Builder
Additional built-in datasets like Holidays and the Weather Index.
additionalDatasets(Consumer<AdditionalDataset.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.DataConfig.Builder
Additional built-in datasets like Holidays and the Weather Index.
algorithmArn() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
The Amazon Resource Name (ARN) of the algorithm to use for model training.
algorithmArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
The Amazon Resource Name (ARN) of the algorithm to use for model training.
algorithmArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
The Amazon Resource Name (ARN) of the algorithm used for model training.
algorithmArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The Amazon Resource Name (ARN) of the algorithm used for model training.
algorithmArn() - Method in class software.amazon.awssdk.services.forecast.model.EvaluationResult
The Amazon Resource Name (ARN) of the algorithm that was evaluated.
algorithmArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.EvaluationResult.Builder
The Amazon Resource Name (ARN) of the algorithm that was evaluated.
algorithmArn() - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecution
The ARN of the algorithm used to test the predictor.
algorithmArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorExecution.Builder
The ARN of the algorithm used to test the predictor.
arn() - Method in class software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary
The ARN of the reference predictor.
arn(String) - Method in interface software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary.Builder
The ARN of the reference predictor.
AttributeConfig - Class in software.amazon.awssdk.services.forecast.model
Provides information about the method used to transform attributes.
AttributeConfig.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
attributeConfigs() - Method in class software.amazon.awssdk.services.forecast.model.DataConfig
Aggregation and filling options for attributes in your dataset group.
attributeConfigs(Collection<AttributeConfig>) - Method in interface software.amazon.awssdk.services.forecast.model.DataConfig.Builder
Aggregation and filling options for attributes in your dataset group.
attributeConfigs(AttributeConfig...) - Method in interface software.amazon.awssdk.services.forecast.model.DataConfig.Builder
Aggregation and filling options for attributes in your dataset group.
attributeConfigs(Consumer<AttributeConfig.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.DataConfig.Builder
Aggregation and filling options for attributes in your dataset group.
attributeName() - Method in class software.amazon.awssdk.services.forecast.model.AttributeConfig
The name of the attribute as specified in the schema.
attributeName(String) - Method in interface software.amazon.awssdk.services.forecast.model.AttributeConfig.Builder
The name of the attribute as specified in the schema.
attributeName() - Method in class software.amazon.awssdk.services.forecast.model.Featurization
The name of the schema attribute that specifies the data field to be featurized.
attributeName(String) - Method in interface software.amazon.awssdk.services.forecast.model.Featurization.Builder
The name of the schema attribute that specifies the data field to be featurized.
attributeName() - Method in class software.amazon.awssdk.services.forecast.model.SchemaAttribute
The name of the dataset field.
attributeName(String) - Method in interface software.amazon.awssdk.services.forecast.model.SchemaAttribute.Builder
The name of the dataset field.
attributes() - Method in class software.amazon.awssdk.services.forecast.model.Schema
An array of attributes specifying the name and type of each field in a dataset.
attributes(Collection<SchemaAttribute>) - Method in interface software.amazon.awssdk.services.forecast.model.Schema.Builder
An array of attributes specifying the name and type of each field in a dataset.
attributes(SchemaAttribute...) - Method in interface software.amazon.awssdk.services.forecast.model.Schema.Builder
An array of attributes specifying the name and type of each field in a dataset.
attributes(Consumer<SchemaAttribute.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.Schema.Builder
An array of attributes specifying the name and type of each field in a dataset.
AttributeType - Enum in software.amazon.awssdk.services.forecast.model
 
attributeType() - Method in class software.amazon.awssdk.services.forecast.model.SchemaAttribute
The data type of the field.
attributeType(String) - Method in interface software.amazon.awssdk.services.forecast.model.SchemaAttribute.Builder
The data type of the field.
attributeType(AttributeType) - Method in interface software.amazon.awssdk.services.forecast.model.SchemaAttribute.Builder
The data type of the field.
attributeTypeAsString() - Method in class software.amazon.awssdk.services.forecast.model.SchemaAttribute
The data type of the field.
autoMLAlgorithmArns() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
When PerformAutoML is specified, the ARN of the chosen algorithm.
autoMLAlgorithmArns(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
When PerformAutoML is specified, the ARN of the chosen algorithm.
autoMLAlgorithmArns(String...) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
When PerformAutoML is specified, the ARN of the chosen algorithm.
AutoMLOverrideStrategy - Enum in software.amazon.awssdk.services.forecast.model
 
autoMLOverrideStrategy() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
autoMLOverrideStrategy(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
autoMLOverrideStrategy(AutoMLOverrideStrategy) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
autoMLOverrideStrategy() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
autoMLOverrideStrategy(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
autoMLOverrideStrategy(AutoMLOverrideStrategy) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
autoMLOverrideStrategy() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
autoMLOverrideStrategy(String) - Method in interface software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse.Builder
autoMLOverrideStrategy(AutoMLOverrideStrategy) - Method in interface software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse.Builder
autoMLOverrideStrategyAsString() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
autoMLOverrideStrategyAsString() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
autoMLOverrideStrategyAsString() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
averageWeightedQuantileLoss() - Method in class software.amazon.awssdk.services.forecast.model.Metrics
The average value of all weighted quantile losses.
averageWeightedQuantileLoss(Double) - Method in interface software.amazon.awssdk.services.forecast.model.Metrics.Builder
The average value of all weighted quantile losses.
avg() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
For a numeric field, the average value in the field.
avg(Double) - Method in interface software.amazon.awssdk.services.forecast.model.Statistics.Builder
For a numeric field, the average value in the field.
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.services.forecast.model.ForecastException.BuilderImpl
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.forecast.model.InvalidInputException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.forecast.model.InvalidNextTokenException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.forecast.model.LimitExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceAlreadyExistsException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceInUseException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceNotFoundException.Builder
 

B

backTestWindowOffset() - Method in class software.amazon.awssdk.services.forecast.model.EvaluationParameters
The point from the end of the dataset where you want to split the data for model training and testing (evaluation).
backTestWindowOffset(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.EvaluationParameters.Builder
The point from the end of the dataset where you want to split the data for model training and testing (evaluation).
build() - Method in class software.amazon.awssdk.services.forecast.model.ForecastException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.services.forecast.model.ForecastRequest.Builder
 
build() - Method in interface software.amazon.awssdk.services.forecast.model.ForecastResponse.Builder
 
builder() - Static method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Create a builder that can be used to configure and create a ForecastAsyncClient.
builder() - Static method in interface software.amazon.awssdk.services.forecast.ForecastClient
Create a builder that can be used to configure and create a ForecastClient.
builder() - Static method in class software.amazon.awssdk.services.forecast.model.AdditionalDataset
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.AttributeConfig
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CategoricalParameterRange
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ContinuousParameterRange
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateDatasetResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreateForecastResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.CreatePredictorResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DataConfig
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DataDestination
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DatasetGroupSummary
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DataSource
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteForecastRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteForecastResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeletePredictorRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeletePredictorResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeForecastRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribePredictorRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.EncryptionConfig
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ErrorMetric
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.EvaluationParameters
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.EvaluationResult
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ExplainabilityConfig
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ExplainabilityInfo
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.Featurization
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.FeaturizationConfig
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.FeaturizationMethod
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.Filter
 
builder() - Static method in exception software.amazon.awssdk.services.forecast.model.ForecastException
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.HyperParameterTuningJobConfig
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.InputDataConfig
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.IntegerParameterRange
 
builder() - Static method in exception software.amazon.awssdk.services.forecast.model.InvalidInputException
 
builder() - Static method in exception software.amazon.awssdk.services.forecast.model.InvalidNextTokenException
 
builder() - Static method in exception software.amazon.awssdk.services.forecast.model.LimitExceededException
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListDatasetsRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListDatasetsResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListForecastsRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListForecastsResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListPredictorsRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListPredictorsResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.Metrics
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.PredictorExecution
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary
 
builder() - Static method in exception software.amazon.awssdk.services.forecast.model.ResourceAlreadyExistsException
 
builder() - Static method in exception software.amazon.awssdk.services.forecast.model.ResourceInUseException
 
builder() - Static method in exception software.amazon.awssdk.services.forecast.model.ResourceNotFoundException
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.S3Config
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.Schema
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.SchemaAttribute
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.Statistics
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.StopResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.StopResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.SupplementaryFeature
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.Tag
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.TagResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.TagResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.TestWindowSummary
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.UntagResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.UntagResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss
 
builder() - Static method in class software.amazon.awssdk.services.forecast.model.WindowSummary
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.forecast.model.ForecastException.BuilderImpl
 
BuilderImpl(ForecastException) - Constructor for class software.amazon.awssdk.services.forecast.model.ForecastException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.forecast.model.ForecastRequest.BuilderImpl
 
BuilderImpl(ForecastRequest) - Constructor for class software.amazon.awssdk.services.forecast.model.ForecastRequest.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.forecast.model.ForecastResponse.BuilderImpl
 
BuilderImpl(ForecastResponse) - Constructor for class software.amazon.awssdk.services.forecast.model.ForecastResponse.BuilderImpl
 

C

CategoricalParameterRange - Class in software.amazon.awssdk.services.forecast.model
Specifies a categorical hyperparameter and it's range of tunable values.
CategoricalParameterRange.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
categoricalParameterRanges(Collection<CategoricalParameterRange>) - Method in interface software.amazon.awssdk.services.forecast.model.ParameterRanges.Builder
Specifies the tunable range for each categorical hyperparameter.
categoricalParameterRanges(CategoricalParameterRange...) - Method in interface software.amazon.awssdk.services.forecast.model.ParameterRanges.Builder
Specifies the tunable range for each categorical hyperparameter.
categoricalParameterRanges(Consumer<CategoricalParameterRange.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ParameterRanges.Builder
Specifies the tunable range for each categorical hyperparameter.
categoricalParameterRanges() - Method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
Specifies the tunable range for each categorical hyperparameter.
cause(Throwable) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.services.forecast.model.ForecastException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.forecast.model.InvalidInputException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.forecast.model.InvalidNextTokenException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.forecast.model.LimitExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceAlreadyExistsException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceInUseException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceNotFoundException.Builder
 
condition(String) - Method in interface software.amazon.awssdk.services.forecast.model.Filter.Builder
The condition to apply.
condition(FilterConditionString) - Method in interface software.amazon.awssdk.services.forecast.model.Filter.Builder
The condition to apply.
condition() - Method in class software.amazon.awssdk.services.forecast.model.Filter
The condition to apply.
conditionAsString() - Method in class software.amazon.awssdk.services.forecast.model.Filter
The condition to apply.
configuration(Map<String, ? extends Collection<String>>) - Method in interface software.amazon.awssdk.services.forecast.model.AdditionalDataset.Builder
Weather Index
configuration() - Method in class software.amazon.awssdk.services.forecast.model.AdditionalDataset
Weather Index
ContinuousParameterRange - Class in software.amazon.awssdk.services.forecast.model
Specifies a continuous hyperparameter and it's range of tunable values.
ContinuousParameterRange.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
continuousParameterRanges(Collection<ContinuousParameterRange>) - Method in interface software.amazon.awssdk.services.forecast.model.ParameterRanges.Builder
Specifies the tunable range for each continuous hyperparameter.
continuousParameterRanges(ContinuousParameterRange...) - Method in interface software.amazon.awssdk.services.forecast.model.ParameterRanges.Builder
Specifies the tunable range for each continuous hyperparameter.
continuousParameterRanges(Consumer<ContinuousParameterRange.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ParameterRanges.Builder
Specifies the tunable range for each continuous hyperparameter.
continuousParameterRanges() - Method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
Specifies the tunable range for each continuous hyperparameter.
count(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.Statistics.Builder
The number of values in the field.
count() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
The number of values in the field.
countDistinct(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.Statistics.Builder
The number of distinct values in the field.
countDistinct() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
The number of distinct values in the field.
countDistinctLong(Long) - Method in interface software.amazon.awssdk.services.forecast.model.Statistics.Builder
The number of distinct values in the field.
countDistinctLong() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
The number of distinct values in the field.
countLong(Long) - Method in interface software.amazon.awssdk.services.forecast.model.Statistics.Builder
The number of values in the field.
countLong() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
The number of values in the field.
countNan(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.Statistics.Builder
The number of NAN (not a number) values in the field.
countNan() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
The number of NAN (not a number) values in the field.
countNanLong(Long) - Method in interface software.amazon.awssdk.services.forecast.model.Statistics.Builder
The number of NAN (not a number) values in the field.
countNanLong() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
The number of NAN (not a number) values in the field.
countNull(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.Statistics.Builder
The number of null values in the field.
countNull() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
The number of null values in the field.
countNullLong(Long) - Method in interface software.amazon.awssdk.services.forecast.model.Statistics.Builder
The number of null values in the field.
countNullLong() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
The number of null values in the field.
create() - Static method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Create a ForecastAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface software.amazon.awssdk.services.forecast.ForecastClient
Create a ForecastClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create(AwsResponseMetadata) - Static method in class software.amazon.awssdk.services.forecast.model.ForecastResponseMetadata
 
createAutoPredictor(CreateAutoPredictorRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Creates an Amazon Forecast predictor.
createAutoPredictor(Consumer<CreateAutoPredictorRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Creates an Amazon Forecast predictor.
createAutoPredictor(CreateAutoPredictorRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Creates an Amazon Forecast predictor.
createAutoPredictor(Consumer<CreateAutoPredictorRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Creates an Amazon Forecast predictor.
CreateAutoPredictorRequest - Class in software.amazon.awssdk.services.forecast.model
 
CreateAutoPredictorRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
CreateAutoPredictorRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
CreateAutoPredictorRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.CreateAutoPredictorRequestMarshaller
 
CreateAutoPredictorResponse - Class in software.amazon.awssdk.services.forecast.model
 
CreateAutoPredictorResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
createDataset(CreateDatasetRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Creates an Amazon Forecast dataset.
createDataset(Consumer<CreateDatasetRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Creates an Amazon Forecast dataset.
createDataset(CreateDatasetRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Creates an Amazon Forecast dataset.
createDataset(Consumer<CreateDatasetRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Creates an Amazon Forecast dataset.
createDatasetGroup(CreateDatasetGroupRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Creates a dataset group, which holds a collection of related datasets.
createDatasetGroup(Consumer<CreateDatasetGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Creates a dataset group, which holds a collection of related datasets.
createDatasetGroup(CreateDatasetGroupRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Creates a dataset group, which holds a collection of related datasets.
createDatasetGroup(Consumer<CreateDatasetGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Creates a dataset group, which holds a collection of related datasets.
CreateDatasetGroupRequest - Class in software.amazon.awssdk.services.forecast.model
 
CreateDatasetGroupRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
CreateDatasetGroupRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
CreateDatasetGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.CreateDatasetGroupRequestMarshaller
 
CreateDatasetGroupResponse - Class in software.amazon.awssdk.services.forecast.model
 
CreateDatasetGroupResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
createDatasetImportJob(CreateDatasetImportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Imports your training data to an Amazon Forecast dataset.
createDatasetImportJob(Consumer<CreateDatasetImportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Imports your training data to an Amazon Forecast dataset.
createDatasetImportJob(CreateDatasetImportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Imports your training data to an Amazon Forecast dataset.
createDatasetImportJob(Consumer<CreateDatasetImportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Imports your training data to an Amazon Forecast dataset.
CreateDatasetImportJobRequest - Class in software.amazon.awssdk.services.forecast.model
 
CreateDatasetImportJobRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
CreateDatasetImportJobRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
CreateDatasetImportJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.CreateDatasetImportJobRequestMarshaller
 
CreateDatasetImportJobResponse - Class in software.amazon.awssdk.services.forecast.model
 
CreateDatasetImportJobResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
CreateDatasetRequest - Class in software.amazon.awssdk.services.forecast.model
 
CreateDatasetRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
CreateDatasetRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
CreateDatasetRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.CreateDatasetRequestMarshaller
 
CreateDatasetResponse - Class in software.amazon.awssdk.services.forecast.model
 
CreateDatasetResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
createdUsingAutoPredictor(Boolean) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastSummary.Builder
Whether the Forecast was created from an AutoPredictor.
createdUsingAutoPredictor() - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
Whether the Forecast was created from an AutoPredictor.
createExplainability(CreateExplainabilityRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
createExplainability(Consumer<CreateExplainabilityRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
createExplainability(CreateExplainabilityRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
createExplainability(Consumer<CreateExplainabilityRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
createExplainabilityExport(CreateExplainabilityExportRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Exports an Explainability resource created by the CreateExplainability operation.
createExplainabilityExport(Consumer<CreateExplainabilityExportRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Exports an Explainability resource created by the CreateExplainability operation.
createExplainabilityExport(CreateExplainabilityExportRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Exports an Explainability resource created by the CreateExplainability operation.
createExplainabilityExport(Consumer<CreateExplainabilityExportRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Exports an Explainability resource created by the CreateExplainability operation.
CreateExplainabilityExportRequest - Class in software.amazon.awssdk.services.forecast.model
 
CreateExplainabilityExportRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
CreateExplainabilityExportRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
CreateExplainabilityExportRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.CreateExplainabilityExportRequestMarshaller
 
CreateExplainabilityExportResponse - Class in software.amazon.awssdk.services.forecast.model
 
CreateExplainabilityExportResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
CreateExplainabilityRequest - Class in software.amazon.awssdk.services.forecast.model
 
CreateExplainabilityRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
CreateExplainabilityRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
CreateExplainabilityRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.CreateExplainabilityRequestMarshaller
 
CreateExplainabilityResponse - Class in software.amazon.awssdk.services.forecast.model
 
CreateExplainabilityResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
createForecast(CreateForecastRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Creates a forecast for each item in the TARGET_TIME_SERIES dataset that was used to train the predictor.
createForecast(Consumer<CreateForecastRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Creates a forecast for each item in the TARGET_TIME_SERIES dataset that was used to train the predictor.
createForecast(CreateForecastRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Creates a forecast for each item in the TARGET_TIME_SERIES dataset that was used to train the predictor.
createForecast(Consumer<CreateForecastRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Creates a forecast for each item in the TARGET_TIME_SERIES dataset that was used to train the predictor.
createForecastExportJob(CreateForecastExportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon S3) bucket.
createForecastExportJob(Consumer<CreateForecastExportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon S3) bucket.
createForecastExportJob(CreateForecastExportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon S3) bucket.
createForecastExportJob(Consumer<CreateForecastExportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon S3) bucket.
CreateForecastExportJobRequest - Class in software.amazon.awssdk.services.forecast.model
 
CreateForecastExportJobRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
CreateForecastExportJobRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
CreateForecastExportJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.CreateForecastExportJobRequestMarshaller
 
CreateForecastExportJobResponse - Class in software.amazon.awssdk.services.forecast.model
 
CreateForecastExportJobResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
CreateForecastRequest - Class in software.amazon.awssdk.services.forecast.model
 
CreateForecastRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
CreateForecastRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
CreateForecastRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.CreateForecastRequestMarshaller
 
CreateForecastResponse - Class in software.amazon.awssdk.services.forecast.model
 
CreateForecastResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
createPredictor(CreatePredictorRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
createPredictor(Consumer<CreatePredictorRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
createPredictor(CreatePredictorRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
createPredictor(Consumer<CreatePredictorRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
createPredictorBacktestExportJob(CreatePredictorBacktestExportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Exports backtest forecasts and accuracy metrics generated by the CreateAutoPredictor or CreatePredictor operations.
createPredictorBacktestExportJob(Consumer<CreatePredictorBacktestExportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Exports backtest forecasts and accuracy metrics generated by the CreateAutoPredictor or CreatePredictor operations.
createPredictorBacktestExportJob(CreatePredictorBacktestExportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Exports backtest forecasts and accuracy metrics generated by the CreateAutoPredictor or CreatePredictor operations.
createPredictorBacktestExportJob(Consumer<CreatePredictorBacktestExportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Exports backtest forecasts and accuracy metrics generated by the CreateAutoPredictor or CreatePredictor operations.
CreatePredictorBacktestExportJobRequest - Class in software.amazon.awssdk.services.forecast.model
 
CreatePredictorBacktestExportJobRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
CreatePredictorBacktestExportJobRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
CreatePredictorBacktestExportJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.CreatePredictorBacktestExportJobRequestMarshaller
 
CreatePredictorBacktestExportJobResponse - Class in software.amazon.awssdk.services.forecast.model
 
CreatePredictorBacktestExportJobResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
CreatePredictorRequest - Class in software.amazon.awssdk.services.forecast.model
 
CreatePredictorRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
CreatePredictorRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
CreatePredictorRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.CreatePredictorRequestMarshaller
 
CreatePredictorResponse - Class in software.amazon.awssdk.services.forecast.model
 
CreatePredictorResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetGroupSummary.Builder
When the dataset group was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.DatasetGroupSummary
When the dataset group was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary.Builder
When the dataset import job was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
When the dataset import job was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetSummary.Builder
When the dataset was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
When the dataset was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The timestamp of the CreateAutoPredictor request.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
The timestamp of the CreateAutoPredictor request.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse.Builder
When the dataset group was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
When the dataset group was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
When the dataset import job was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
When the dataset import job was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse.Builder
When the dataset was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
When the dataset was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse.Builder
When the Explainability export was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
When the Explainability export was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
When the Explainability resource was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
When the Explainability resource was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse.Builder
When the forecast export job was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
When the forecast export job was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastResponse.Builder
When the forecast creation task was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
When the forecast creation task was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse.Builder
When the predictor backtest export job was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
When the predictor backtest export job was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
When the model training task was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
When the model training task was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary.Builder
When the Explainability was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
When the Explainability was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilitySummary.Builder
When the Explainability was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
When the Explainability was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary.Builder
When the forecast export job was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
When the forecast export job was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastSummary.Builder
When the forecast creation task was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
When the forecast creation task was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary.Builder
When the predictor backtest export job was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
When the predictor backtest export job was created.
creationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorSummary.Builder
When the model training task was created.
creationTime() - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
When the model training task was created.

D

dataConfig(DataConfig) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
The data configuration for your dataset group and any additional datasets.
dataConfig(Consumer<DataConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
The data configuration for your dataset group and any additional datasets.
dataConfig() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
The data configuration for your dataset group and any additional datasets.
DataConfig - Class in software.amazon.awssdk.services.forecast.model
The data configuration for your dataset group and any additional datasets.
dataConfig(DataConfig) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The data configuration for your dataset group and any additional datasets.
dataConfig(Consumer<DataConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The data configuration for your dataset group and any additional datasets.
dataConfig() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
The data configuration for your dataset group and any additional datasets.
DataConfig.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DataDestination - Class in software.amazon.awssdk.services.forecast.model
The destination for an export job.
DataDestination.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
dataFrequency(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
The frequency of data collection.
dataFrequency() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
The frequency of data collection.
dataFrequency(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse.Builder
The frequency of data collection.
dataFrequency() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
The frequency of data collection.
datasetArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest.Builder
The Amazon Resource Name (ARN) of the Amazon Forecast dataset that you want to import data to.
datasetArn() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
The Amazon Resource Name (ARN) of the Amazon Forecast dataset that you want to import data to.
datasetArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetResponse.Builder
The Amazon Resource Name (ARN) of the dataset.
datasetArn() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetResponse
The Amazon Resource Name (ARN) of the dataset.
datasetArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetSummary.Builder
The Amazon Resource Name (ARN) of the dataset.
datasetArn() - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
The Amazon Resource Name (ARN) of the dataset.
datasetArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteDatasetRequest.Builder
The Amazon Resource Name (ARN) of the dataset to delete.
datasetArn() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetRequest
The Amazon Resource Name (ARN) of the dataset to delete.
datasetArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
The Amazon Resource Name (ARN) of the dataset that the training data was imported to.
datasetArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
The Amazon Resource Name (ARN) of the dataset that the training data was imported to.
datasetArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetRequest.Builder
The Amazon Resource Name (ARN) of the dataset.
datasetArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetRequest
The Amazon Resource Name (ARN) of the dataset.
datasetArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse.Builder
The Amazon Resource Name (ARN) of the dataset.
datasetArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
The Amazon Resource Name (ARN) of the dataset.
datasetArns(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest.Builder
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
datasetArns(String...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest.Builder
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
datasetArns() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
datasetArns(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse.Builder
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
datasetArns(String...) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse.Builder
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
datasetArns() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
datasetArns(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest.Builder
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
datasetArns(String...) - Method in interface software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest.Builder
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
datasetArns() - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
datasetGroupArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetGroupResponse.Builder
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupResponse
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DataConfig.Builder
The ARN of the dataset group used to train the predictor.
datasetGroupArn() - Method in class software.amazon.awssdk.services.forecast.model.DataConfig
The ARN of the dataset group used to train the predictor.
datasetGroupArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetGroupSummary.Builder
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn() - Method in class software.amazon.awssdk.services.forecast.model.DatasetGroupSummary
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupRequest.Builder
The Amazon Resource Name (ARN) of the dataset group to delete.
datasetGroupArn() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupRequest
The Amazon Resource Name (ARN) of the dataset group to delete.
datasetGroupArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupRequest.Builder
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupRequest
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse.Builder
The ARN of the dataset group.
datasetGroupArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
The ARN of the dataset group.
datasetGroupArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastResponse.Builder
The ARN of the dataset group that provided the data used to train the predictor.
datasetGroupArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
The ARN of the dataset group that provided the data used to train the predictor.
datasetGroupArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastSummary.Builder
The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor.
datasetGroupArn() - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor.
datasetGroupArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.InputDataConfig.Builder
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn() - Method in class software.amazon.awssdk.services.forecast.model.InputDataConfig
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorSummary.Builder
The Amazon Resource Name (ARN) of the dataset group that contains the data used to train the predictor.
datasetGroupArn() - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
The Amazon Resource Name (ARN) of the dataset group that contains the data used to train the predictor.
datasetGroupArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest.Builder
The ARN of the dataset group.
datasetGroupArn() - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest
The ARN of the dataset group.
datasetGroupName(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest.Builder
A name for the dataset group.
datasetGroupName() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
A name for the dataset group.
datasetGroupName(String) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetGroupSummary.Builder
The name of the dataset group.
datasetGroupName() - Method in class software.amazon.awssdk.services.forecast.model.DatasetGroupSummary
The name of the dataset group.
datasetGroupName(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse.Builder
The name of the dataset group.
datasetGroupName() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
The name of the dataset group.
datasetGroups(Collection<DatasetGroupSummary>) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse.Builder
An array of objects that summarize each dataset group's properties.
datasetGroups(DatasetGroupSummary...) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse.Builder
An array of objects that summarize each dataset group's properties.
datasetGroups(Consumer<DatasetGroupSummary.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse.Builder
An array of objects that summarize each dataset group's properties.
datasetGroups() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse
An array of objects that summarize each dataset group's properties.
datasetGroups() - Method in class software.amazon.awssdk.services.forecast.paginators.ListDatasetGroupsIterable
Returns an iterable to iterate through the paginated ListDatasetGroupsResponse.datasetGroups() member.
datasetGroups() - Method in class software.amazon.awssdk.services.forecast.paginators.ListDatasetGroupsPublisher
Returns a publisher that can be used to get a stream of data.
DatasetGroupSummary - Class in software.amazon.awssdk.services.forecast.model
Provides a summary of the dataset group properties used in the ListDatasetGroups operation.
DatasetGroupSummary.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
datasetImportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobResponse.Builder
The Amazon Resource Name (ARN) of the dataset import job.
datasetImportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobResponse
The Amazon Resource Name (ARN) of the dataset import job.
datasetImportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary.Builder
The Amazon Resource Name (ARN) of the dataset import job.
datasetImportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
The Amazon Resource Name (ARN) of the dataset import job.
datasetImportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobRequest.Builder
The Amazon Resource Name (ARN) of the dataset import job to delete.
datasetImportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobRequest
The Amazon Resource Name (ARN) of the dataset import job to delete.
datasetImportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobRequest.Builder
The Amazon Resource Name (ARN) of the dataset import job.
datasetImportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobRequest
The Amazon Resource Name (ARN) of the dataset import job.
datasetImportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
The ARN of the dataset import job.
datasetImportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
The ARN of the dataset import job.
datasetImportJobArns(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
datasetImportJobArns(String...) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
datasetImportJobArns() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
datasetImportJobArns(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
datasetImportJobArns(String...) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
datasetImportJobArns() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
datasetImportJobName(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest.Builder
The name for the dataset import job.
datasetImportJobName() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
The name for the dataset import job.
datasetImportJobName(String) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary.Builder
The name of the dataset import job.
datasetImportJobName() - Method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
The name of the dataset import job.
datasetImportJobName(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
The name of the dataset import job.
datasetImportJobName() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
The name of the dataset import job.
datasetImportJobs(Collection<DatasetImportJobSummary>) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse.Builder
An array of objects that summarize each dataset import job's properties.
datasetImportJobs(DatasetImportJobSummary...) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse.Builder
An array of objects that summarize each dataset import job's properties.
datasetImportJobs(Consumer<DatasetImportJobSummary.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse.Builder
An array of objects that summarize each dataset import job's properties.
datasetImportJobs() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse
An array of objects that summarize each dataset import job's properties.
datasetImportJobs() - Method in class software.amazon.awssdk.services.forecast.paginators.ListDatasetImportJobsIterable
Returns an iterable to iterate through the paginated ListDatasetImportJobsResponse.datasetImportJobs() member.
datasetImportJobs() - Method in class software.amazon.awssdk.services.forecast.paginators.ListDatasetImportJobsPublisher
Returns a publisher that can be used to get a stream of data.
DatasetImportJobSummary - Class in software.amazon.awssdk.services.forecast.model
Provides a summary of the dataset import job properties used in the ListDatasetImportJobs operation.
DatasetImportJobSummary.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
datasetName(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
A name for the dataset.
datasetName() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
A name for the dataset.
datasetName(String) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetSummary.Builder
The name of the dataset.
datasetName() - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
The name of the dataset.
datasetName(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse.Builder
The name of the dataset.
datasetName() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
The name of the dataset.
datasets(Collection<DatasetSummary>) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetsResponse.Builder
An array of objects that summarize each dataset's properties.
datasets(DatasetSummary...) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetsResponse.Builder
An array of objects that summarize each dataset's properties.
datasets(Consumer<DatasetSummary.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetsResponse.Builder
An array of objects that summarize each dataset's properties.
datasets() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsResponse
An array of objects that summarize each dataset's properties.
datasets() - Method in class software.amazon.awssdk.services.forecast.paginators.ListDatasetsIterable
Returns an iterable to iterate through the paginated ListDatasetsResponse.datasets() member.
datasets() - Method in class software.amazon.awssdk.services.forecast.paginators.ListDatasetsPublisher
Returns a publisher that can be used to get a stream of data.
DatasetSummary - Class in software.amazon.awssdk.services.forecast.model
Provides a summary of the dataset properties used in the ListDatasets operation.
DatasetSummary.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
datasetType(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
The dataset type.
datasetType(DatasetType) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
The dataset type.
datasetType() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
The dataset type.
datasetType(String) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetSummary.Builder
The dataset type.
datasetType(DatasetType) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetSummary.Builder
The dataset type.
datasetType() - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
The dataset type.
DatasetType - Enum in software.amazon.awssdk.services.forecast.model
 
datasetType(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse.Builder
The dataset type.
datasetType(DatasetType) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse.Builder
The dataset type.
datasetType() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
The dataset type.
datasetTypeAsString() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
The dataset type.
datasetTypeAsString() - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
The dataset type.
datasetTypeAsString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
The dataset type.
dataSize(Double) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
The size of the dataset in gigabytes (GB) after the import job has finished.
dataSize() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
The size of the dataset in gigabytes (GB) after the import job has finished.
dataSource(DataSource) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest.Builder
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.
dataSource(Consumer<DataSource.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest.Builder
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.
dataSource() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.
dataSource(DataSource) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
Sets the value of the DataSource property for this object.
dataSource(Consumer<DataSource.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
Sets the value of the DataSource property for this object.
dataSource() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
Returns the value of the DataSource property for this object.
dataSource(DataSource) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary.Builder
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.
dataSource(Consumer<DataSource.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary.Builder
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.
dataSource() - Method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.
DataSource - Class in software.amazon.awssdk.services.forecast.model
The source of your data, an AWS Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an AWS Key Management Service (KMS) key.
dataSource(DataSource) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.
dataSource(Consumer<DataSource.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.
dataSource() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.
dataSource(DataSource) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
Sets the value of the DataSource property for this object.
dataSource(Consumer<DataSource.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
Sets the value of the DataSource property for this object.
dataSource() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
Returns the value of the DataSource property for this object.
DataSource.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
deleteDataset(DeleteDatasetRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes an Amazon Forecast dataset that was created using the CreateDataset operation.
deleteDataset(Consumer<DeleteDatasetRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes an Amazon Forecast dataset that was created using the CreateDataset operation.
deleteDataset(DeleteDatasetRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes an Amazon Forecast dataset that was created using the CreateDataset operation.
deleteDataset(Consumer<DeleteDatasetRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes an Amazon Forecast dataset that was created using the CreateDataset operation.
deleteDatasetGroup(DeleteDatasetGroupRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes a dataset group created using the CreateDatasetGroup operation.
deleteDatasetGroup(Consumer<DeleteDatasetGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes a dataset group created using the CreateDatasetGroup operation.
deleteDatasetGroup(DeleteDatasetGroupRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes a dataset group created using the CreateDatasetGroup operation.
deleteDatasetGroup(Consumer<DeleteDatasetGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes a dataset group created using the CreateDatasetGroup operation.
DeleteDatasetGroupRequest - Class in software.amazon.awssdk.services.forecast.model
 
DeleteDatasetGroupRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DeleteDatasetGroupRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DeleteDatasetGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DeleteDatasetGroupRequestMarshaller
 
DeleteDatasetGroupResponse - Class in software.amazon.awssdk.services.forecast.model
 
DeleteDatasetGroupResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
deleteDatasetImportJob(DeleteDatasetImportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes a dataset import job created using the CreateDatasetImportJob operation.
deleteDatasetImportJob(Consumer<DeleteDatasetImportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes a dataset import job created using the CreateDatasetImportJob operation.
deleteDatasetImportJob(DeleteDatasetImportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes a dataset import job created using the CreateDatasetImportJob operation.
deleteDatasetImportJob(Consumer<DeleteDatasetImportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes a dataset import job created using the CreateDatasetImportJob operation.
DeleteDatasetImportJobRequest - Class in software.amazon.awssdk.services.forecast.model
 
DeleteDatasetImportJobRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DeleteDatasetImportJobRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DeleteDatasetImportJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DeleteDatasetImportJobRequestMarshaller
 
DeleteDatasetImportJobResponse - Class in software.amazon.awssdk.services.forecast.model
 
DeleteDatasetImportJobResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DeleteDatasetRequest - Class in software.amazon.awssdk.services.forecast.model
 
DeleteDatasetRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DeleteDatasetRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DeleteDatasetRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DeleteDatasetRequestMarshaller
 
DeleteDatasetResponse - Class in software.amazon.awssdk.services.forecast.model
 
DeleteDatasetResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
deleteExplainability(DeleteExplainabilityRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes an Explainability resource.
deleteExplainability(Consumer<DeleteExplainabilityRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes an Explainability resource.
deleteExplainability(DeleteExplainabilityRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes an Explainability resource.
deleteExplainability(Consumer<DeleteExplainabilityRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes an Explainability resource.
deleteExplainabilityExport(DeleteExplainabilityExportRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes an Explainability export.
deleteExplainabilityExport(Consumer<DeleteExplainabilityExportRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes an Explainability export.
deleteExplainabilityExport(DeleteExplainabilityExportRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes an Explainability export.
deleteExplainabilityExport(Consumer<DeleteExplainabilityExportRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes an Explainability export.
DeleteExplainabilityExportRequest - Class in software.amazon.awssdk.services.forecast.model
 
DeleteExplainabilityExportRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DeleteExplainabilityExportRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DeleteExplainabilityExportRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DeleteExplainabilityExportRequestMarshaller
 
DeleteExplainabilityExportResponse - Class in software.amazon.awssdk.services.forecast.model
 
DeleteExplainabilityExportResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DeleteExplainabilityRequest - Class in software.amazon.awssdk.services.forecast.model
 
DeleteExplainabilityRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DeleteExplainabilityRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DeleteExplainabilityRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DeleteExplainabilityRequestMarshaller
 
DeleteExplainabilityResponse - Class in software.amazon.awssdk.services.forecast.model
 
DeleteExplainabilityResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
deleteForecast(DeleteForecastRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes a forecast created using the CreateForecast operation.
deleteForecast(Consumer<DeleteForecastRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes a forecast created using the CreateForecast operation.
deleteForecast(DeleteForecastRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes a forecast created using the CreateForecast operation.
deleteForecast(Consumer<DeleteForecastRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes a forecast created using the CreateForecast operation.
deleteForecastExportJob(DeleteForecastExportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes a forecast export job created using the CreateForecastExportJob operation.
deleteForecastExportJob(Consumer<DeleteForecastExportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes a forecast export job created using the CreateForecastExportJob operation.
deleteForecastExportJob(DeleteForecastExportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes a forecast export job created using the CreateForecastExportJob operation.
deleteForecastExportJob(Consumer<DeleteForecastExportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes a forecast export job created using the CreateForecastExportJob operation.
DeleteForecastExportJobRequest - Class in software.amazon.awssdk.services.forecast.model
 
DeleteForecastExportJobRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DeleteForecastExportJobRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DeleteForecastExportJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DeleteForecastExportJobRequestMarshaller
 
DeleteForecastExportJobResponse - Class in software.amazon.awssdk.services.forecast.model
 
DeleteForecastExportJobResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DeleteForecastRequest - Class in software.amazon.awssdk.services.forecast.model
 
DeleteForecastRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DeleteForecastRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DeleteForecastRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DeleteForecastRequestMarshaller
 
DeleteForecastResponse - Class in software.amazon.awssdk.services.forecast.model
 
DeleteForecastResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
deletePredictor(DeletePredictorRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes a predictor created using the DescribePredictor or CreatePredictor operations.
deletePredictor(Consumer<DeletePredictorRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes a predictor created using the DescribePredictor or CreatePredictor operations.
deletePredictor(DeletePredictorRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes a predictor created using the DescribePredictor or CreatePredictor operations.
deletePredictor(Consumer<DeletePredictorRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes a predictor created using the DescribePredictor or CreatePredictor operations.
deletePredictorBacktestExportJob(DeletePredictorBacktestExportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes a predictor backtest export job.
deletePredictorBacktestExportJob(Consumer<DeletePredictorBacktestExportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes a predictor backtest export job.
deletePredictorBacktestExportJob(DeletePredictorBacktestExportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes a predictor backtest export job.
deletePredictorBacktestExportJob(Consumer<DeletePredictorBacktestExportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes a predictor backtest export job.
DeletePredictorBacktestExportJobRequest - Class in software.amazon.awssdk.services.forecast.model
 
DeletePredictorBacktestExportJobRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DeletePredictorBacktestExportJobRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DeletePredictorBacktestExportJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DeletePredictorBacktestExportJobRequestMarshaller
 
DeletePredictorBacktestExportJobResponse - Class in software.amazon.awssdk.services.forecast.model
 
DeletePredictorBacktestExportJobResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DeletePredictorRequest - Class in software.amazon.awssdk.services.forecast.model
 
DeletePredictorRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DeletePredictorRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DeletePredictorRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DeletePredictorRequestMarshaller
 
DeletePredictorResponse - Class in software.amazon.awssdk.services.forecast.model
 
DeletePredictorResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
deleteResourceTree(DeleteResourceTreeRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes an entire resource tree.
deleteResourceTree(Consumer<DeleteResourceTreeRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes an entire resource tree.
deleteResourceTree(DeleteResourceTreeRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes an entire resource tree.
deleteResourceTree(Consumer<DeleteResourceTreeRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes an entire resource tree.
DeleteResourceTreeRequest - Class in software.amazon.awssdk.services.forecast.model
 
DeleteResourceTreeRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DeleteResourceTreeRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DeleteResourceTreeRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DeleteResourceTreeRequestMarshaller
 
DeleteResourceTreeResponse - Class in software.amazon.awssdk.services.forecast.model
 
DeleteResourceTreeResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
describeAutoPredictor(DescribeAutoPredictorRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes a predictor created using the CreateAutoPredictor operation.
describeAutoPredictor(Consumer<DescribeAutoPredictorRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes a predictor created using the CreateAutoPredictor operation.
describeAutoPredictor(DescribeAutoPredictorRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes a predictor created using the CreateAutoPredictor operation.
describeAutoPredictor(Consumer<DescribeAutoPredictorRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes a predictor created using the CreateAutoPredictor operation.
DescribeAutoPredictorRequest - Class in software.amazon.awssdk.services.forecast.model
 
DescribeAutoPredictorRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DescribeAutoPredictorRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DescribeAutoPredictorRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DescribeAutoPredictorRequestMarshaller
 
DescribeAutoPredictorResponse - Class in software.amazon.awssdk.services.forecast.model
 
DescribeAutoPredictorResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
describeDataset(DescribeDatasetRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes an Amazon Forecast dataset created using the CreateDataset operation.
describeDataset(Consumer<DescribeDatasetRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes an Amazon Forecast dataset created using the CreateDataset operation.
describeDataset(DescribeDatasetRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes an Amazon Forecast dataset created using the CreateDataset operation.
describeDataset(Consumer<DescribeDatasetRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes an Amazon Forecast dataset created using the CreateDataset operation.
describeDatasetGroup(DescribeDatasetGroupRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes a dataset group created using the CreateDatasetGroup operation.
describeDatasetGroup(Consumer<DescribeDatasetGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes a dataset group created using the CreateDatasetGroup operation.
describeDatasetGroup(DescribeDatasetGroupRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes a dataset group created using the CreateDatasetGroup operation.
describeDatasetGroup(Consumer<DescribeDatasetGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes a dataset group created using the CreateDatasetGroup operation.
DescribeDatasetGroupRequest - Class in software.amazon.awssdk.services.forecast.model
 
DescribeDatasetGroupRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DescribeDatasetGroupRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DescribeDatasetGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DescribeDatasetGroupRequestMarshaller
 
DescribeDatasetGroupResponse - Class in software.amazon.awssdk.services.forecast.model
 
DescribeDatasetGroupResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
describeDatasetImportJob(DescribeDatasetImportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes a dataset import job created using the CreateDatasetImportJob operation.
describeDatasetImportJob(Consumer<DescribeDatasetImportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes a dataset import job created using the CreateDatasetImportJob operation.
describeDatasetImportJob(DescribeDatasetImportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes a dataset import job created using the CreateDatasetImportJob operation.
describeDatasetImportJob(Consumer<DescribeDatasetImportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes a dataset import job created using the CreateDatasetImportJob operation.
DescribeDatasetImportJobRequest - Class in software.amazon.awssdk.services.forecast.model
 
DescribeDatasetImportJobRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DescribeDatasetImportJobRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DescribeDatasetImportJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DescribeDatasetImportJobRequestMarshaller
 
DescribeDatasetImportJobResponse - Class in software.amazon.awssdk.services.forecast.model
 
DescribeDatasetImportJobResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DescribeDatasetRequest - Class in software.amazon.awssdk.services.forecast.model
 
DescribeDatasetRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DescribeDatasetRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DescribeDatasetRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DescribeDatasetRequestMarshaller
 
DescribeDatasetResponse - Class in software.amazon.awssdk.services.forecast.model
 
DescribeDatasetResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
describeExplainability(DescribeExplainabilityRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes an Explainability resource created using the CreateExplainability operation.
describeExplainability(Consumer<DescribeExplainabilityRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes an Explainability resource created using the CreateExplainability operation.
describeExplainability(DescribeExplainabilityRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes an Explainability resource created using the CreateExplainability operation.
describeExplainability(Consumer<DescribeExplainabilityRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes an Explainability resource created using the CreateExplainability operation.
describeExplainabilityExport(DescribeExplainabilityExportRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes an Explainability export created using the CreateExplainabilityExport operation.
describeExplainabilityExport(Consumer<DescribeExplainabilityExportRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes an Explainability export created using the CreateExplainabilityExport operation.
describeExplainabilityExport(DescribeExplainabilityExportRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes an Explainability export created using the CreateExplainabilityExport operation.
describeExplainabilityExport(Consumer<DescribeExplainabilityExportRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes an Explainability export created using the CreateExplainabilityExport operation.
DescribeExplainabilityExportRequest - Class in software.amazon.awssdk.services.forecast.model
 
DescribeExplainabilityExportRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DescribeExplainabilityExportRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DescribeExplainabilityExportRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DescribeExplainabilityExportRequestMarshaller
 
DescribeExplainabilityExportResponse - Class in software.amazon.awssdk.services.forecast.model
 
DescribeExplainabilityExportResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DescribeExplainabilityRequest - Class in software.amazon.awssdk.services.forecast.model
 
DescribeExplainabilityRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DescribeExplainabilityRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DescribeExplainabilityRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DescribeExplainabilityRequestMarshaller
 
DescribeExplainabilityResponse - Class in software.amazon.awssdk.services.forecast.model
 
DescribeExplainabilityResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
describeForecast(DescribeForecastRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes a forecast created using the CreateForecast operation.
describeForecast(Consumer<DescribeForecastRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes a forecast created using the CreateForecast operation.
describeForecast(DescribeForecastRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes a forecast created using the CreateForecast operation.
describeForecast(Consumer<DescribeForecastRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes a forecast created using the CreateForecast operation.
describeForecastExportJob(DescribeForecastExportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes a forecast export job created using the CreateForecastExportJob operation.
describeForecastExportJob(Consumer<DescribeForecastExportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes a forecast export job created using the CreateForecastExportJob operation.
describeForecastExportJob(DescribeForecastExportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes a forecast export job created using the CreateForecastExportJob operation.
describeForecastExportJob(Consumer<DescribeForecastExportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes a forecast export job created using the CreateForecastExportJob operation.
DescribeForecastExportJobRequest - Class in software.amazon.awssdk.services.forecast.model
 
DescribeForecastExportJobRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DescribeForecastExportJobRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DescribeForecastExportJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DescribeForecastExportJobRequestMarshaller
 
DescribeForecastExportJobResponse - Class in software.amazon.awssdk.services.forecast.model
 
DescribeForecastExportJobResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DescribeForecastRequest - Class in software.amazon.awssdk.services.forecast.model
 
DescribeForecastRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DescribeForecastRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DescribeForecastRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DescribeForecastRequestMarshaller
 
DescribeForecastResponse - Class in software.amazon.awssdk.services.forecast.model
 
DescribeForecastResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
describePredictor(DescribePredictorRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
describePredictor(Consumer<DescribePredictorRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
describePredictor(DescribePredictorRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
describePredictor(Consumer<DescribePredictorRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
describePredictorBacktestExportJob(DescribePredictorBacktestExportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes a predictor backtest export job created using the CreatePredictorBacktestExportJob operation.
describePredictorBacktestExportJob(Consumer<DescribePredictorBacktestExportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Describes a predictor backtest export job created using the CreatePredictorBacktestExportJob operation.
describePredictorBacktestExportJob(DescribePredictorBacktestExportJobRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes a predictor backtest export job created using the CreatePredictorBacktestExportJob operation.
describePredictorBacktestExportJob(Consumer<DescribePredictorBacktestExportJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Describes a predictor backtest export job created using the CreatePredictorBacktestExportJob operation.
DescribePredictorBacktestExportJobRequest - Class in software.amazon.awssdk.services.forecast.model
 
DescribePredictorBacktestExportJobRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DescribePredictorBacktestExportJobRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DescribePredictorBacktestExportJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DescribePredictorBacktestExportJobRequestMarshaller
 
DescribePredictorBacktestExportJobResponse - Class in software.amazon.awssdk.services.forecast.model
 
DescribePredictorBacktestExportJobResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DescribePredictorRequest - Class in software.amazon.awssdk.services.forecast.model
 
DescribePredictorRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
DescribePredictorRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
DescribePredictorRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.DescribePredictorRequestMarshaller
 
DescribePredictorResponse - Class in software.amazon.awssdk.services.forecast.model
 
DescribePredictorResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
destination(DataDestination) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest.Builder
Sets the value of the Destination property for this object.
destination(Consumer<DataDestination.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest.Builder
Sets the value of the Destination property for this object.
destination() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest
Returns the value of the Destination property for this object.
destination(DataDestination) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest.Builder
The location where you want to save the forecast and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the location.
destination(Consumer<DataDestination.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest.Builder
The location where you want to save the forecast and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the location.
destination() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest
The location where you want to save the forecast and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the location.
destination(DataDestination) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest.Builder
Sets the value of the Destination property for this object.
destination(Consumer<DataDestination.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest.Builder
Sets the value of the Destination property for this object.
destination() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest
Returns the value of the Destination property for this object.
destination(DataDestination) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse.Builder
Sets the value of the Destination property for this object.
destination(Consumer<DataDestination.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse.Builder
Sets the value of the Destination property for this object.
destination() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
Returns the value of the Destination property for this object.
destination(DataDestination) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse.Builder
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
destination(Consumer<DataDestination.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse.Builder
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
destination() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
destination(DataDestination) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse.Builder
Sets the value of the Destination property for this object.
destination(Consumer<DataDestination.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse.Builder
Sets the value of the Destination property for this object.
destination() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
Returns the value of the Destination property for this object.
destination(DataDestination) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary.Builder
Sets the value of the Destination property for this object.
destination(Consumer<DataDestination.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary.Builder
Sets the value of the Destination property for this object.
destination() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
Returns the value of the Destination property for this object.
destination(DataDestination) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary.Builder
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
destination(Consumer<DataDestination.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary.Builder
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
destination() - Method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
destination(DataDestination) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary.Builder
Sets the value of the Destination property for this object.
destination(Consumer<DataDestination.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary.Builder
Sets the value of the Destination property for this object.
destination() - Method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
Returns the value of the Destination property for this object.
domain(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest.Builder
The domain associated with the dataset group.
domain(Domain) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest.Builder
The domain associated with the dataset group.
domain() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
The domain associated with the dataset group.
domain(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
The domain associated with the dataset.
domain(Domain) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
The domain associated with the dataset.
domain() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
The domain associated with the dataset.
domain(String) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetSummary.Builder
The domain associated with the dataset.
domain(Domain) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetSummary.Builder
The domain associated with the dataset.
domain() - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
The domain associated with the dataset.
domain(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse.Builder
The domain associated with the dataset group.
domain(Domain) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse.Builder
The domain associated with the dataset group.
domain() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
The domain associated with the dataset group.
domain(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse.Builder
The domain associated with the dataset.
domain(Domain) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse.Builder
The domain associated with the dataset.
domain() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
The domain associated with the dataset.
Domain - Enum in software.amazon.awssdk.services.forecast.model
 
domainAsString() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
The domain associated with the dataset group.
domainAsString() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
The domain associated with the dataset.
domainAsString() - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
The domain associated with the dataset.
domainAsString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
The domain associated with the dataset group.
domainAsString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
The domain associated with the dataset.

E

enableVisualization(Boolean) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
Create an Expainability visualization that is viewable within the AWS console.
enableVisualization() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
Create an Expainability visualization that is viewable within the AWS console.
enableVisualization(Boolean) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
Whether the visualization was enabled for the Explainability resource.
enableVisualization() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
Whether the visualization was enabled for the Explainability resource.
encryptionConfig(EncryptionConfig) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
Sets the value of the EncryptionConfig property for this object.
encryptionConfig(Consumer<EncryptionConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
Sets the value of the EncryptionConfig property for this object.
encryptionConfig() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
Returns the value of the EncryptionConfig property for this object.
encryptionConfig(EncryptionConfig) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
encryptionConfig(Consumer<EncryptionConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
encryptionConfig() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
encryptionConfig(EncryptionConfig) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
encryptionConfig(Consumer<EncryptionConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
encryptionConfig() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
encryptionConfig(EncryptionConfig) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
Sets the value of the EncryptionConfig property for this object.
encryptionConfig(Consumer<EncryptionConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
Sets the value of the EncryptionConfig property for this object.
encryptionConfig() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
Returns the value of the EncryptionConfig property for this object.
encryptionConfig(EncryptionConfig) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse.Builder
The AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
encryptionConfig(Consumer<EncryptionConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse.Builder
The AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
encryptionConfig() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
The AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
encryptionConfig(EncryptionConfig) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
encryptionConfig(Consumer<EncryptionConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
encryptionConfig() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
An AWS Key Management Service (KMS) key and the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
EncryptionConfig - Class in software.amazon.awssdk.services.forecast.model
An AWS Key Management Service (KMS) key and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
EncryptionConfig.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
endDateTime(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
If TimePointGranularity is set to SPECIFIC, define the last time point for the Explainability.
endDateTime() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
If TimePointGranularity is set to SPECIFIC, define the last time point for the Explainability.
endDateTime(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
If TimePointGranularity is set to SPECIFIC, the last time point in the Explainability.
endDateTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
If TimePointGranularity is set to SPECIFIC, the last time point in the Explainability.
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.AdditionalDataset
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.AttributeConfig
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CategoricalParameterRange
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ContinuousParameterRange
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DataConfig
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DataDestination
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DatasetGroupSummary
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DataSource
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.EncryptionConfig
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ErrorMetric
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.EvaluationParameters
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.EvaluationResult
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityConfig
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityInfo
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.Featurization
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationConfig
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationMethod
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.Filter
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.HyperParameterTuningJobConfig
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.InputDataConfig
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.IntegerParameterRange
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.Metrics
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecution
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.S3Config
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.Schema
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.SchemaAttribute
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.Statistics
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.StopResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.StopResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.SupplementaryFeature
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.Tag
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.TagResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.TagResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.TestWindowSummary
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss
 
equals(Object) - Method in class software.amazon.awssdk.services.forecast.model.WindowSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.AdditionalDataset
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.AttributeConfig
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CategoricalParameterRange
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ContinuousParameterRange
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DataConfig
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DataDestination
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DatasetGroupSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DataSource
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.EncryptionConfig
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ErrorMetric
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.EvaluationParameters
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.EvaluationResult
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityConfig
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityInfo
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.Featurization
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationConfig
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationMethod
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.Filter
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.HyperParameterTuningJobConfig
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.InputDataConfig
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.IntegerParameterRange
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.Metrics
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecution
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.S3Config
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.Schema
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.SchemaAttribute
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.Statistics
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.StopResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.StopResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.SupplementaryFeature
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.Tag
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.TagResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.TagResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.TestWindowSummary
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.forecast.model.WindowSummary
 
ErrorMetric - Class in software.amazon.awssdk.services.forecast.model
Provides detailed error metrics to evaluate the performance of a predictor.
ErrorMetric.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
errorMetrics(Collection<ErrorMetric>) - Method in interface software.amazon.awssdk.services.forecast.model.Metrics.Builder
Provides detailed error metrics for each forecast type.
errorMetrics(ErrorMetric...) - Method in interface software.amazon.awssdk.services.forecast.model.Metrics.Builder
Provides detailed error metrics for each forecast type.
errorMetrics(Consumer<ErrorMetric.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.Metrics.Builder
Provides detailed error metrics for each forecast type.
errorMetrics() - Method in class software.amazon.awssdk.services.forecast.model.Metrics
Provides detailed error metrics for each forecast type.
estimatedTimeRemainingInMinutes(Long) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The estimated time remaining in minutes for the predictor training job to complete.
estimatedTimeRemainingInMinutes() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
The estimated time remaining in minutes for the predictor training job to complete.
estimatedTimeRemainingInMinutes(Long) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
The estimated time remaining in minutes for the dataset import job to complete.
estimatedTimeRemainingInMinutes() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
The estimated time remaining in minutes for the dataset import job to complete.
estimatedTimeRemainingInMinutes(Long) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
The estimated time remaining in minutes for the CreateExplainability job to complete.
estimatedTimeRemainingInMinutes() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
The estimated time remaining in minutes for the CreateExplainability job to complete.
estimatedTimeRemainingInMinutes(Long) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastResponse.Builder
The estimated time remaining in minutes for the forecast job to complete.
estimatedTimeRemainingInMinutes() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
The estimated time remaining in minutes for the forecast job to complete.
estimatedTimeRemainingInMinutes(Long) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The estimated time remaining in minutes for the predictor training job to complete.
estimatedTimeRemainingInMinutes() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
The estimated time remaining in minutes for the predictor training job to complete.
evaluationParameters(EvaluationParameters) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
Used to override the default evaluation parameters of the specified algorithm.
evaluationParameters(Consumer<EvaluationParameters.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
Used to override the default evaluation parameters of the specified algorithm.
evaluationParameters() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
Used to override the default evaluation parameters of the specified algorithm.
evaluationParameters(EvaluationParameters) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
Used to override the default evaluation parameters of the specified algorithm.
evaluationParameters(Consumer<EvaluationParameters.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
Used to override the default evaluation parameters of the specified algorithm.
evaluationParameters() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
Used to override the default evaluation parameters of the specified algorithm.
EvaluationParameters - Class in software.amazon.awssdk.services.forecast.model
Parameters that define how to split a dataset into training data and testing data, and the number of iterations to perform.
EvaluationParameters.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
EvaluationResult - Class in software.amazon.awssdk.services.forecast.model
The results of evaluating an algorithm.
EvaluationResult.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
EvaluationType - Enum in software.amazon.awssdk.services.forecast.model
 
evaluationType(String) - Method in interface software.amazon.awssdk.services.forecast.model.WindowSummary.Builder
The type of evaluation.
evaluationType(EvaluationType) - Method in interface software.amazon.awssdk.services.forecast.model.WindowSummary.Builder
The type of evaluation.
evaluationType() - Method in class software.amazon.awssdk.services.forecast.model.WindowSummary
The type of evaluation.
evaluationTypeAsString() - Method in class software.amazon.awssdk.services.forecast.model.WindowSummary
The type of evaluation.
explainabilities(Collection<ExplainabilitySummary>) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse.Builder
An array of objects that summarize the properties of each Explainability resource.
explainabilities(ExplainabilitySummary...) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse.Builder
An array of objects that summarize the properties of each Explainability resource.
explainabilities(Consumer<ExplainabilitySummary.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse.Builder
An array of objects that summarize the properties of each Explainability resource.
explainabilities() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse
An array of objects that summarize the properties of each Explainability resource.
explainabilityArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest.Builder
The Amazon Resource Name (ARN) of the Explainability to export.
explainabilityArn() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest
The Amazon Resource Name (ARN) of the Explainability to export.
explainabilityArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityResponse.Builder
The Amazon Resource Name (ARN) of the Explainability.
explainabilityArn() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityResponse
The Amazon Resource Name (ARN) of the Explainability.
explainabilityArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteExplainabilityRequest.Builder
The Amazon Resource Name (ARN) of the Explainability resource to delete.
explainabilityArn() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityRequest
The Amazon Resource Name (ARN) of the Explainability resource to delete.
explainabilityArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse.Builder
The Amazon Resource Name (ARN) of the Explainability.
explainabilityArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
The Amazon Resource Name (ARN) of the Explainability.
explainabilityArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityRequest.Builder
The Amazon Resource Name (ARN) of the Explaianability to describe.
explainabilityArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityRequest
The Amazon Resource Name (ARN) of the Explaianability to describe.
explainabilityArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
The Amazon Resource Name (ARN) of the Explainability.
explainabilityArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
The Amazon Resource Name (ARN) of the Explainability.
explainabilityArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilityInfo.Builder
The Amazon Resource Name (ARN) of the Explainability.
explainabilityArn() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityInfo
The Amazon Resource Name (ARN) of the Explainability.
explainabilityArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilitySummary.Builder
The Amazon Resource Name (ARN) of the Explainability.
explainabilityArn() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
The Amazon Resource Name (ARN) of the Explainability.
explainabilityConfig(ExplainabilityConfig) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
The configuration settings that define the granularity of time series and time points for the Explainability.
explainabilityConfig(Consumer<ExplainabilityConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
The configuration settings that define the granularity of time series and time points for the Explainability.
explainabilityConfig() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
The configuration settings that define the granularity of time series and time points for the Explainability.
explainabilityConfig(ExplainabilityConfig) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
The configuration settings that define the granularity of time series and time points for the Explainability.
explainabilityConfig(Consumer<ExplainabilityConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
The configuration settings that define the granularity of time series and time points for the Explainability.
explainabilityConfig() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
The configuration settings that define the granularity of time series and time points for the Explainability.
ExplainabilityConfig - Class in software.amazon.awssdk.services.forecast.model
The ExplainabilityConfig data type defines the number of time series and time points included in CreateExplainability.
explainabilityConfig(ExplainabilityConfig) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilitySummary.Builder
The configuration settings that define the granularity of time series and time points for the Explainability.
explainabilityConfig(Consumer<ExplainabilityConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilitySummary.Builder
The configuration settings that define the granularity of time series and time points for the Explainability.
explainabilityConfig() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
The configuration settings that define the granularity of time series and time points for the Explainability.
ExplainabilityConfig.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
explainabilityExportArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportResponse.Builder
The Amazon Resource Name (ARN) of the export.
explainabilityExportArn() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportResponse
The Amazon Resource Name (ARN) of the export.
explainabilityExportArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportRequest.Builder
The Amazon Resource Name (ARN) of the Explainability export to delete.
explainabilityExportArn() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportRequest
The Amazon Resource Name (ARN) of the Explainability export to delete.
explainabilityExportArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportRequest.Builder
The Amazon Resource Name (ARN) of the Explainability export.
explainabilityExportArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportRequest
The Amazon Resource Name (ARN) of the Explainability export.
explainabilityExportArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse.Builder
The Amazon Resource Name (ARN) of the Explainability export.
explainabilityExportArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
The Amazon Resource Name (ARN) of the Explainability export.
explainabilityExportArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary.Builder
The Amazon Resource Name (ARN) of the Explainability export.
explainabilityExportArn() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
The Amazon Resource Name (ARN) of the Explainability export.
explainabilityExportName(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest.Builder
A unique name for the Explainability export.
explainabilityExportName() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest
A unique name for the Explainability export.
explainabilityExportName(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse.Builder
The name of the Explainability export.
explainabilityExportName() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
The name of the Explainability export.
explainabilityExportName(String) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary.Builder
The name of the Explainability export
explainabilityExportName() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
The name of the Explainability export
explainabilityExports(Collection<ExplainabilityExportSummary>) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse.Builder
An array of objects that summarize the properties of each Explainability export.
explainabilityExports(ExplainabilityExportSummary...) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse.Builder
An array of objects that summarize the properties of each Explainability export.
explainabilityExports(Consumer<ExplainabilityExportSummary.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse.Builder
An array of objects that summarize the properties of each Explainability export.
explainabilityExports() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse
An array of objects that summarize the properties of each Explainability export.
ExplainabilityExportSummary - Class in software.amazon.awssdk.services.forecast.model
Provides a summary of the Explainability export properties used in the ListExplainabilityExports operation.
ExplainabilityExportSummary.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
explainabilityInfo(ExplainabilityInfo) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
Provides the status and ARN of the Predictor Explainability.
explainabilityInfo(Consumer<ExplainabilityInfo.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
Provides the status and ARN of the Predictor Explainability.
explainabilityInfo() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
Provides the status and ARN of the Predictor Explainability.
ExplainabilityInfo - Class in software.amazon.awssdk.services.forecast.model
Provides information about the Explainability resource.
ExplainabilityInfo.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
explainabilityName(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
A unique name for the Explainability.
explainabilityName() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
A unique name for the Explainability.
explainabilityName(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
The name of the Explainability.
explainabilityName() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
The name of the Explainability.
explainabilityName(String) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilitySummary.Builder
The name of the Explainability.
explainabilityName() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
The name of the Explainability.
ExplainabilitySummary - Class in software.amazon.awssdk.services.forecast.model
Provides a summary of the Explainability properties used in the ListExplainabilities operation.
ExplainabilitySummary.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
explainPredictor(Boolean) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
Create an Explainability resource for the predictor.
explainPredictor() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
Create an Explainability resource for the predictor.

F

Featurization - Class in software.amazon.awssdk.services.forecast.model
Featurization.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
featurizationConfig(FeaturizationConfig) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
The featurization configuration.
featurizationConfig(Consumer<FeaturizationConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
The featurization configuration.
featurizationConfig() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
The featurization configuration.
featurizationConfig(FeaturizationConfig) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The featurization configuration.
featurizationConfig(Consumer<FeaturizationConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The featurization configuration.
featurizationConfig() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
The featurization configuration.
FeaturizationConfig - Class in software.amazon.awssdk.services.forecast.model
FeaturizationConfig.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
FeaturizationMethod - Class in software.amazon.awssdk.services.forecast.model
Provides information about the method that featurizes (transforms) a dataset field.
FeaturizationMethod.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
featurizationMethodName(String) - Method in interface software.amazon.awssdk.services.forecast.model.FeaturizationMethod.Builder
The name of the method.
featurizationMethodName(FeaturizationMethodName) - Method in interface software.amazon.awssdk.services.forecast.model.FeaturizationMethod.Builder
The name of the method.
featurizationMethodName() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationMethod
The name of the method.
FeaturizationMethodName - Enum in software.amazon.awssdk.services.forecast.model
 
featurizationMethodNameAsString() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationMethod
The name of the method.
featurizationMethodParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.forecast.model.FeaturizationMethod.Builder
The method parameters (key-value pairs), which are a map of override parameters.
featurizationMethodParameters() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationMethod
The method parameters (key-value pairs), which are a map of override parameters.
featurizationPipeline(Collection<FeaturizationMethod>) - Method in interface software.amazon.awssdk.services.forecast.model.Featurization.Builder
An array of one FeaturizationMethod object that specifies the feature transformation method.
featurizationPipeline(FeaturizationMethod...) - Method in interface software.amazon.awssdk.services.forecast.model.Featurization.Builder
An array of one FeaturizationMethod object that specifies the feature transformation method.
featurizationPipeline(Consumer<FeaturizationMethod.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.Featurization.Builder
An array of one FeaturizationMethod object that specifies the feature transformation method.
featurizationPipeline() - Method in class software.amazon.awssdk.services.forecast.model.Featurization
An array of one FeaturizationMethod object that specifies the feature transformation method.
featurizations(Collection<Featurization>) - Method in interface software.amazon.awssdk.services.forecast.model.FeaturizationConfig.Builder
An array of featurization (transformation) information for the fields of a dataset.
featurizations(Featurization...) - Method in interface software.amazon.awssdk.services.forecast.model.FeaturizationConfig.Builder
An array of featurization (transformation) information for the fields of a dataset.
featurizations(Consumer<Featurization.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.FeaturizationConfig.Builder
An array of featurization (transformation) information for the fields of a dataset.
featurizations() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationConfig
An array of featurization (transformation) information for the fields of a dataset.
fieldStatistics(Map<String, Statistics>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
Statistical information about each field in the input data.
fieldStatistics() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
Statistical information about each field in the input data.
Filter - Class in software.amazon.awssdk.services.forecast.model
Describes a filter for choosing a subset of objects.
Filter.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
FilterConditionString - Enum in software.amazon.awssdk.services.forecast.model
 
filters(Collection<Filter>) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest.Builder
An array of filters.
filters(Filter...) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest.Builder
An array of filters.
filters(Consumer<Filter.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest.Builder
An array of filters.
filters() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest
An array of filters.
filters(Collection<Filter>) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest.Builder
An array of filters.
filters(Filter...) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest.Builder
An array of filters.
filters(Consumer<Filter.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest.Builder
An array of filters.
filters() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest
An array of filters.
filters(Collection<Filter>) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest.Builder
An array of filters.
filters(Filter...) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest.Builder
An array of filters.
filters(Consumer<Filter.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest.Builder
An array of filters.
filters() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest
An array of filters.
filters(Collection<Filter>) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest.Builder
An array of filters.
filters(Filter...) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest.Builder
An array of filters.
filters(Consumer<Filter.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest.Builder
An array of filters.
filters() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest
An array of filters.
filters(Collection<Filter>) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastsRequest.Builder
An array of filters.
filters(Filter...) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastsRequest.Builder
An array of filters.
filters(Consumer<Filter.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastsRequest.Builder
An array of filters.
filters() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsRequest
An array of filters.
filters(Collection<Filter>) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest.Builder
An array of filters.
filters(Filter...) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest.Builder
An array of filters.
filters(Consumer<Filter.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest.Builder
An array of filters.
filters() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest
An array of filters.
filters(Collection<Filter>) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorsRequest.Builder
An array of filters.
filters(Filter...) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorsRequest.Builder
An array of filters.
filters(Consumer<Filter.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorsRequest.Builder
An array of filters.
filters() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsRequest
An array of filters.
forecastArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest.Builder
The Amazon Resource Name (ARN) of the forecast that you want to export.
forecastArn() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest
The Amazon Resource Name (ARN) of the forecast that you want to export.
forecastArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastResponse.Builder
The Amazon Resource Name (ARN) of the forecast.
forecastArn() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastResponse
The Amazon Resource Name (ARN) of the forecast.
forecastArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteForecastRequest.Builder
The Amazon Resource Name (ARN) of the forecast to delete.
forecastArn() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastRequest
The Amazon Resource Name (ARN) of the forecast to delete.
forecastArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse.Builder
The Amazon Resource Name (ARN) of the exported forecast.
forecastArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
The Amazon Resource Name (ARN) of the exported forecast.
forecastArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastRequest.Builder
The Amazon Resource Name (ARN) of the forecast.
forecastArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastRequest
The Amazon Resource Name (ARN) of the forecast.
forecastArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastResponse.Builder
The forecast ARN as specified in the request.
forecastArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
The forecast ARN as specified in the request.
forecastArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastSummary.Builder
The ARN of the forecast.
forecastArn() - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
The ARN of the forecast.
ForecastAsyncClient - Interface in software.amazon.awssdk.services.forecast
Service client for accessing Amazon Forecast Service asynchronously.
ForecastAsyncClientBuilder - Interface in software.amazon.awssdk.services.forecast
A builder for creating an instance of ForecastAsyncClient.
ForecastBaseClientBuilder<B extends ForecastBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.forecast
This includes configuration specific to Amazon Forecast Service that is supported by both ForecastClientBuilder and ForecastAsyncClientBuilder.
ForecastClient - Interface in software.amazon.awssdk.services.forecast
Service client for accessing Amazon Forecast Service.
ForecastClientBuilder - Interface in software.amazon.awssdk.services.forecast
A builder for creating an instance of ForecastClient.
forecastDimensions(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
An array of dimension (field) names that specify how to group the generated forecast.
forecastDimensions(String...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
An array of dimension (field) names that specify how to group the generated forecast.
forecastDimensions() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
An array of dimension (field) names that specify how to group the generated forecast.
forecastDimensions(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
An array of dimension (field) names that specify the attributes used to group your time series.
forecastDimensions(String...) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
An array of dimension (field) names that specify the attributes used to group your time series.
forecastDimensions() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
An array of dimension (field) names that specify the attributes used to group your time series.
forecastDimensions(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.FeaturizationConfig.Builder
An array of dimension (field) names that specify how to group the generated forecast.
forecastDimensions(String...) - Method in interface software.amazon.awssdk.services.forecast.model.FeaturizationConfig.Builder
An array of dimension (field) names that specify how to group the generated forecast.
forecastDimensions() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationConfig
An array of dimension (field) names that specify how to group the generated forecast.
ForecastException - Exception in software.amazon.awssdk.services.forecast.model
 
ForecastException(ForecastException.Builder) - Constructor for exception software.amazon.awssdk.services.forecast.model.ForecastException
 
ForecastException.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
ForecastException.BuilderImpl - Class in software.amazon.awssdk.services.forecast.model
 
forecastExportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastExportJobResponse.Builder
The Amazon Resource Name (ARN) of the export job.
forecastExportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobResponse
The Amazon Resource Name (ARN) of the export job.
forecastExportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobRequest.Builder
The Amazon Resource Name (ARN) of the forecast export job to delete.
forecastExportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobRequest
The Amazon Resource Name (ARN) of the forecast export job to delete.
forecastExportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobRequest.Builder
The Amazon Resource Name (ARN) of the forecast export job.
forecastExportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobRequest
The Amazon Resource Name (ARN) of the forecast export job.
forecastExportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse.Builder
The ARN of the forecast export job.
forecastExportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
The ARN of the forecast export job.
forecastExportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary.Builder
The Amazon Resource Name (ARN) of the forecast export job.
forecastExportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
The Amazon Resource Name (ARN) of the forecast export job.
forecastExportJobName(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest.Builder
The name for the forecast export job.
forecastExportJobName() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest
The name for the forecast export job.
forecastExportJobName(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse.Builder
The name of the forecast export job.
forecastExportJobName() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
The name of the forecast export job.
forecastExportJobName(String) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary.Builder
The name of the forecast export job.
forecastExportJobName() - Method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
The name of the forecast export job.
forecastExportJobs(Collection<ForecastExportJobSummary>) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse.Builder
An array of objects that summarize each export job's properties.
forecastExportJobs(ForecastExportJobSummary...) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse.Builder
An array of objects that summarize each export job's properties.
forecastExportJobs(Consumer<ForecastExportJobSummary.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse.Builder
An array of objects that summarize each export job's properties.
forecastExportJobs() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse
An array of objects that summarize each export job's properties.
forecastExportJobs() - Method in class software.amazon.awssdk.services.forecast.paginators.ListForecastExportJobsIterable
Returns an iterable to iterate through the paginated ListForecastExportJobsResponse.forecastExportJobs() member.
forecastExportJobs() - Method in class software.amazon.awssdk.services.forecast.paginators.ListForecastExportJobsPublisher
Returns a publisher that can be used to get a stream of data.
ForecastExportJobSummary - Class in software.amazon.awssdk.services.forecast.model
Provides a summary of the forecast export job properties used in the ListForecastExportJobs operation.
ForecastExportJobSummary.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
forecastFrequency(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
The frequency of predictions in a forecast.
forecastFrequency() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
The frequency of predictions in a forecast.
forecastFrequency(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The frequency of predictions in a forecast.
forecastFrequency() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
The frequency of predictions in a forecast.
forecastFrequency(String) - Method in interface software.amazon.awssdk.services.forecast.model.FeaturizationConfig.Builder
The frequency of predictions in a forecast.
forecastFrequency() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationConfig
The frequency of predictions in a forecast.
forecastHorizon(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
The number of time-steps that the model predicts.
forecastHorizon() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
The number of time-steps that the model predicts.
forecastHorizon(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
Specifies the number of time-steps that the model is trained to predict.
forecastHorizon() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
Specifies the number of time-steps that the model is trained to predict.
forecastHorizon(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The number of time-steps that the model predicts.
forecastHorizon() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
The number of time-steps that the model predicts.
forecastHorizon(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The number of time-steps of the forecast.
forecastHorizon() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
The number of time-steps of the forecast.
forecastName(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastRequest.Builder
A name for the forecast.
forecastName() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
A name for the forecast.
forecastName(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastResponse.Builder
The name of the forecast.
forecastName() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
The name of the forecast.
forecastName(String) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastSummary.Builder
The name of the forecast.
forecastName() - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
The name of the forecast.
ForecastRequest - Class in software.amazon.awssdk.services.forecast.model
 
ForecastRequest(ForecastRequest.Builder) - Constructor for class software.amazon.awssdk.services.forecast.model.ForecastRequest
 
ForecastRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
ForecastRequest.BuilderImpl - Class in software.amazon.awssdk.services.forecast.model
 
ForecastResponse - Class in software.amazon.awssdk.services.forecast.model
 
ForecastResponse(ForecastResponse.Builder) - Constructor for class software.amazon.awssdk.services.forecast.model.ForecastResponse
 
ForecastResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
ForecastResponse.BuilderImpl - Class in software.amazon.awssdk.services.forecast.model
 
ForecastResponseMetadata - Class in software.amazon.awssdk.services.forecast.model
 
forecasts(Collection<ForecastSummary>) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastsResponse.Builder
An array of objects that summarize each forecast's properties.
forecasts(ForecastSummary...) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastsResponse.Builder
An array of objects that summarize each forecast's properties.
forecasts(Consumer<ForecastSummary.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastsResponse.Builder
An array of objects that summarize each forecast's properties.
forecasts() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsResponse
An array of objects that summarize each forecast's properties.
forecasts() - Method in class software.amazon.awssdk.services.forecast.paginators.ListForecastsIterable
Returns an iterable to iterate through the paginated ListForecastsResponse.forecasts() member.
forecasts() - Method in class software.amazon.awssdk.services.forecast.paginators.ListForecastsPublisher
Returns a publisher that can be used to get a stream of data.
ForecastSummary - Class in software.amazon.awssdk.services.forecast.model
Provides a summary of the forecast properties used in the ListForecasts operation.
ForecastSummary.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
forecastType(String) - Method in interface software.amazon.awssdk.services.forecast.model.ErrorMetric.Builder
The Forecast type used to compute WAPE, MAPE, MASE, and RMSE.
forecastType() - Method in class software.amazon.awssdk.services.forecast.model.ErrorMetric
The Forecast type used to compute WAPE, MAPE, MASE, and RMSE.
forecastTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
The forecast types used to train a predictor.
forecastTypes(String...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
The forecast types used to train a predictor.
forecastTypes() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
The forecast types used to train a predictor.
forecastTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastRequest.Builder
The quantiles at which probabilistic forecasts are generated.
forecastTypes(String...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastRequest.Builder
The quantiles at which probabilistic forecasts are generated.
forecastTypes() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
The quantiles at which probabilistic forecasts are generated.
forecastTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
Specifies the forecast types used to train a predictor.
forecastTypes(String...) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
Specifies the forecast types used to train a predictor.
forecastTypes() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
Specifies the forecast types used to train a predictor.
forecastTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The forecast types used during predictor training.
forecastTypes(String...) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The forecast types used during predictor training.
forecastTypes() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
The forecast types used during predictor training.
forecastTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastResponse.Builder
The quantiles at which probabilistic forecasts were generated.
forecastTypes(String...) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastResponse.Builder
The quantiles at which probabilistic forecasts were generated.
forecastTypes() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
The quantiles at which probabilistic forecasts were generated.
forecastTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The forecast types used during predictor training.
forecastTypes(String...) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The forecast types used during predictor training.
forecastTypes() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
The forecast types used during predictor training.
fromValue(String) - Static method in enum software.amazon.awssdk.services.forecast.model.AttributeType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.forecast.model.AutoMLOverrideStrategy
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.forecast.model.DatasetType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.forecast.model.Domain
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.forecast.model.EvaluationType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.forecast.model.FeaturizationMethodName
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.forecast.model.FilterConditionString
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.forecast.model.OptimizationMetric
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.forecast.model.ScalingType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.forecast.model.State
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.forecast.model.TimePointGranularity
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.forecast.model.TimeSeriesGranularity
Use this in place of valueOf to convert the raw string returned by the service into the enum value.

G

geolocationFormat(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest.Builder
The format of the geolocation attribute.
geolocationFormat() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
The format of the geolocation attribute.
geolocationFormat(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
The format of the geolocation attribute.
geolocationFormat() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
The format of the geolocation attribute.
getAccuracyMetrics(GetAccuracyMetricsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Provides metrics on the accuracy of the models that were trained by the CreatePredictor operation.
getAccuracyMetrics(Consumer<GetAccuracyMetricsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Provides metrics on the accuracy of the models that were trained by the CreatePredictor operation.
getAccuracyMetrics(GetAccuracyMetricsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Provides metrics on the accuracy of the models that were trained by the CreatePredictor operation.
getAccuracyMetrics(Consumer<GetAccuracyMetricsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Provides metrics on the accuracy of the models that were trained by the CreatePredictor operation.
GetAccuracyMetricsRequest - Class in software.amazon.awssdk.services.forecast.model
 
GetAccuracyMetricsRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
GetAccuracyMetricsRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
GetAccuracyMetricsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.GetAccuracyMetricsRequestMarshaller
 
GetAccuracyMetricsResponse - Class in software.amazon.awssdk.services.forecast.model
 
GetAccuracyMetricsResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.AdditionalDataset
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.AttributeConfig
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CategoricalParameterRange
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ContinuousParameterRange
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DataConfig
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DataDestination
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DatasetGroupSummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DataSource
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.EncryptionConfig
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ErrorMetric
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.EvaluationParameters
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.EvaluationResult
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityConfig
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityInfo
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.Featurization
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationConfig
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationMethod
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.Filter
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.HyperParameterTuningJobConfig
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.InputDataConfig
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.IntegerParameterRange
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.Metrics
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecution
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.S3Config
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.Schema
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.SchemaAttribute
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.Statistics
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.StopResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.StopResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.SupplementaryFeature
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.Tag
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.TagResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.TagResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.TestWindowSummary
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.forecast.model.WindowSummary
 

H

hasAdditionalDatasets() - Method in class software.amazon.awssdk.services.forecast.model.DataConfig
For responses, this returns true if the service returned a value for the AdditionalDatasets property.
hasAttributeConfigs() - Method in class software.amazon.awssdk.services.forecast.model.DataConfig
For responses, this returns true if the service returned a value for the AttributeConfigs property.
hasAttributes() - Method in class software.amazon.awssdk.services.forecast.model.Schema
For responses, this returns true if the service returned a value for the Attributes property.
hasAutoMLAlgorithmArns() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
For responses, this returns true if the service returned a value for the AutoMLAlgorithmArns property.
hasCategoricalParameterRanges() - Method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
For responses, this returns true if the service returned a value for the CategoricalParameterRanges property.
hasConfiguration() - Method in class software.amazon.awssdk.services.forecast.model.AdditionalDataset
For responses, this returns true if the service returned a value for the Configuration property.
hasContinuousParameterRanges() - Method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
For responses, this returns true if the service returned a value for the ContinuousParameterRanges property.
hasDatasetArns() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
For responses, this returns true if the service returned a value for the DatasetArns property.
hasDatasetArns() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
For responses, this returns true if the service returned a value for the DatasetArns property.
hasDatasetArns() - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest
For responses, this returns true if the service returned a value for the DatasetArns property.
hasDatasetGroups() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse
For responses, this returns true if the service returned a value for the DatasetGroups property.
hasDatasetImportJobArns() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
For responses, this returns true if the service returned a value for the DatasetImportJobArns property.
hasDatasetImportJobArns() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
For responses, this returns true if the service returned a value for the DatasetImportJobArns property.
hasDatasetImportJobs() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse
For responses, this returns true if the service returned a value for the DatasetImportJobs property.
hasDatasets() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsResponse
For responses, this returns true if the service returned a value for the Datasets property.
hasErrorMetrics() - Method in class software.amazon.awssdk.services.forecast.model.Metrics
For responses, this returns true if the service returned a value for the ErrorMetrics property.
hasExplainabilities() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse
For responses, this returns true if the service returned a value for the Explainabilities property.
hasExplainabilityExports() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse
For responses, this returns true if the service returned a value for the ExplainabilityExports property.
hasFeaturizationMethodParameters() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationMethod
For responses, this returns true if the service returned a value for the FeaturizationMethodParameters property.
hasFeaturizationPipeline() - Method in class software.amazon.awssdk.services.forecast.model.Featurization
For responses, this returns true if the service returned a value for the FeaturizationPipeline property.
hasFeaturizations() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationConfig
For responses, this returns true if the service returned a value for the Featurizations property.
hasFieldStatistics() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
For responses, this returns true if the service returned a value for the FieldStatistics property.
hasFilters() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest
For responses, this returns true if the service returned a value for the Filters property.
hasFilters() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest
For responses, this returns true if the service returned a value for the Filters property.
hasFilters() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest
For responses, this returns true if the service returned a value for the Filters property.
hasFilters() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest
For responses, this returns true if the service returned a value for the Filters property.
hasFilters() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsRequest
For responses, this returns true if the service returned a value for the Filters property.
hasFilters() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest
For responses, this returns true if the service returned a value for the Filters property.
hasFilters() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsRequest
For responses, this returns true if the service returned a value for the Filters property.
hasForecastDimensions() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
For responses, this returns true if the service returned a value for the ForecastDimensions property.
hasForecastDimensions() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
For responses, this returns true if the service returned a value for the ForecastDimensions property.
hasForecastDimensions() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationConfig
For responses, this returns true if the service returned a value for the ForecastDimensions property.
hasForecastExportJobs() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse
For responses, this returns true if the service returned a value for the ForecastExportJobs property.
hasForecasts() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsResponse
For responses, this returns true if the service returned a value for the Forecasts property.
hasForecastTypes() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
For responses, this returns true if the service returned a value for the ForecastTypes property.
hasForecastTypes() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
For responses, this returns true if the service returned a value for the ForecastTypes property.
hasForecastTypes() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
For responses, this returns true if the service returned a value for the ForecastTypes property.
hasForecastTypes() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
For responses, this returns true if the service returned a value for the ForecastTypes property.
hasForecastTypes() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
For responses, this returns true if the service returned a value for the ForecastTypes property.
hasForecastTypes() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
For responses, this returns true if the service returned a value for the ForecastTypes property.
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.AdditionalDataset
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.AttributeConfig
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CategoricalParameterRange
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ContinuousParameterRange
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DataConfig
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DataDestination
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DatasetGroupSummary
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DataSource
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.EncryptionConfig
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ErrorMetric
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.EvaluationParameters
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.EvaluationResult
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityConfig
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityInfo
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.Featurization
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationConfig
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationMethod
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.Filter
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.HyperParameterTuningJobConfig
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.InputDataConfig
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.IntegerParameterRange
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.Metrics
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecution
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.S3Config
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.Schema
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.SchemaAttribute
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.StopResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.StopResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.SupplementaryFeature
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.Tag
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.TagResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.TagResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.TestWindowSummary
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss
 
hashCode() - Method in class software.amazon.awssdk.services.forecast.model.WindowSummary
 
hasIntegerParameterRanges() - Method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
For responses, this returns true if the service returned a value for the IntegerParameterRanges property.
hasPredictorBacktestExportJobs() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse
For responses, this returns true if the service returned a value for the PredictorBacktestExportJobs property.
hasPredictorEvaluationResults() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
For responses, this returns true if the service returned a value for the PredictorEvaluationResults property.
hasPredictorExecutions() - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails
For responses, this returns true if the service returned a value for the PredictorExecutions property.
hasPredictors() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsResponse
For responses, this returns true if the service returned a value for the Predictors property.
hasSupplementaryFeatures() - Method in class software.amazon.awssdk.services.forecast.model.InputDataConfig
For responses, this returns true if the service returned a value for the SupplementaryFeatures property.
hasTagKeys() - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceRequest
For responses, this returns true if the service returned a value for the TagKeys property.
hasTags() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceResponse
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.forecast.model.TagResourceRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTestWindows() - Method in class software.amazon.awssdk.services.forecast.model.EvaluationResult
For responses, this returns true if the service returned a value for the TestWindows property.
hasTestWindows() - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecution
For responses, this returns true if the service returned a value for the TestWindows property.
hasTrainingParameters() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
For responses, this returns true if the service returned a value for the TrainingParameters property.
hasTrainingParameters() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
For responses, this returns true if the service returned a value for the TrainingParameters property.
hasTransformations() - Method in class software.amazon.awssdk.services.forecast.model.AttributeConfig
For responses, this returns true if the service returned a value for the Transformations property.
hasValues() - Method in class software.amazon.awssdk.services.forecast.model.CategoricalParameterRange
For responses, this returns true if the service returned a value for the Values property.
hasWeightedQuantileLosses() - Method in class software.amazon.awssdk.services.forecast.model.Metrics
For responses, this returns true if the service returned a value for the WeightedQuantileLosses property.
hpoConfig(HyperParameterTuningJobConfig) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
Provides hyperparameter override values for the algorithm.
hpoConfig(Consumer<HyperParameterTuningJobConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
Provides hyperparameter override values for the algorithm.
hpoConfig() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
Provides hyperparameter override values for the algorithm.
hpoConfig(HyperParameterTuningJobConfig) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The hyperparameter override values for the algorithm.
hpoConfig(Consumer<HyperParameterTuningJobConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The hyperparameter override values for the algorithm.
hpoConfig() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
The hyperparameter override values for the algorithm.
HyperParameterTuningJobConfig - Class in software.amazon.awssdk.services.forecast.model
Configuration information for a hyperparameter tuning job.
HyperParameterTuningJobConfig.Builder - Interface in software.amazon.awssdk.services.forecast.model
 

I

inputDataConfig(InputDataConfig) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
Describes the dataset group that contains the data to use to train the predictor.
inputDataConfig(Consumer<InputDataConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
Describes the dataset group that contains the data to use to train the predictor.
inputDataConfig() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
Describes the dataset group that contains the data to use to train the predictor.
inputDataConfig(InputDataConfig) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
Describes the dataset group that contains the data to use to train the predictor.
inputDataConfig(Consumer<InputDataConfig.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
Describes the dataset group that contains the data to use to train the predictor.
inputDataConfig() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
Describes the dataset group that contains the data to use to train the predictor.
InputDataConfig - Class in software.amazon.awssdk.services.forecast.model
InputDataConfig.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
IntegerParameterRange - Class in software.amazon.awssdk.services.forecast.model
Specifies an integer hyperparameter and it's range of tunable values.
IntegerParameterRange.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
integerParameterRanges(Collection<IntegerParameterRange>) - Method in interface software.amazon.awssdk.services.forecast.model.ParameterRanges.Builder
Specifies the tunable range for each integer hyperparameter.
integerParameterRanges(IntegerParameterRange...) - Method in interface software.amazon.awssdk.services.forecast.model.ParameterRanges.Builder
Specifies the tunable range for each integer hyperparameter.
integerParameterRanges(Consumer<IntegerParameterRange.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ParameterRanges.Builder
Specifies the tunable range for each integer hyperparameter.
integerParameterRanges() - Method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
Specifies the tunable range for each integer hyperparameter.
InvalidInputException - Exception in software.amazon.awssdk.services.forecast.model
We can't process the request because it includes an invalid value or a value that exceeds the valid range.
InvalidInputException.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
InvalidNextTokenException - Exception in software.amazon.awssdk.services.forecast.model
The token is not valid.
InvalidNextTokenException.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
isAutoPredictor(Boolean) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
Whether the predictor was created with CreateAutoPredictor.
isAutoPredictor() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
Whether the predictor was created with CreateAutoPredictor.
isAutoPredictor(Boolean) - Method in interface software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse.Builder
Whether the predictor was created with CreateAutoPredictor.
isAutoPredictor() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
Whether the predictor was created with CreateAutoPredictor.
isAutoPredictor(Boolean) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorSummary.Builder
Whether AutoPredictor was used to create the predictor.
isAutoPredictor() - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
Whether AutoPredictor was used to create the predictor.
itemCount(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.WindowSummary.Builder
The number of data points within the window.
itemCount() - Method in class software.amazon.awssdk.services.forecast.model.WindowSummary
The number of data points within the window.
iterator() - Method in class software.amazon.awssdk.services.forecast.paginators.ListDatasetGroupsIterable
 
iterator() - Method in class software.amazon.awssdk.services.forecast.paginators.ListDatasetImportJobsIterable
 
iterator() - Method in class software.amazon.awssdk.services.forecast.paginators.ListDatasetsIterable
 
iterator() - Method in class software.amazon.awssdk.services.forecast.paginators.ListForecastExportJobsIterable
 
iterator() - Method in class software.amazon.awssdk.services.forecast.paginators.ListForecastsIterable
 
iterator() - Method in class software.amazon.awssdk.services.forecast.paginators.ListPredictorBacktestExportJobsIterable
 
iterator() - Method in class software.amazon.awssdk.services.forecast.paginators.ListPredictorsIterable
 

K

key(String) - Method in interface software.amazon.awssdk.services.forecast.model.Filter.Builder
The name of the parameter to filter on.
key() - Method in class software.amazon.awssdk.services.forecast.model.Filter
The name of the parameter to filter on.
key(String) - Method in interface software.amazon.awssdk.services.forecast.model.Tag.Builder
One part of a key-value pair that makes up a tag.
key() - Method in class software.amazon.awssdk.services.forecast.model.Tag
One part of a key-value pair that makes up a tag.
kmsKeyArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.EncryptionConfig.Builder
The Amazon Resource Name (ARN) of the KMS key.
kmsKeyArn() - Method in class software.amazon.awssdk.services.forecast.model.EncryptionConfig
The Amazon Resource Name (ARN) of the KMS key.
kmsKeyArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.S3Config.Builder
The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key.
kmsKeyArn() - Method in class software.amazon.awssdk.services.forecast.model.S3Config
The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key.
knownValues() - Static method in enum software.amazon.awssdk.services.forecast.model.AttributeType
Use this in place of AttributeType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.forecast.model.AutoMLOverrideStrategy
Use this in place of AutoMLOverrideStrategy.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.forecast.model.DatasetType
Use this in place of DatasetType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.forecast.model.Domain
Use this in place of Domain.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.forecast.model.EvaluationType
Use this in place of EvaluationType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.forecast.model.FeaturizationMethodName
Use this in place of FeaturizationMethodName.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.forecast.model.FilterConditionString
Use this in place of FilterConditionString.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.forecast.model.OptimizationMetric
Use this in place of OptimizationMetric.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.forecast.model.ScalingType
Use this in place of ScalingType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.forecast.model.State
Use this in place of State.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.forecast.model.TimePointGranularity
Use this in place of TimePointGranularity.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.forecast.model.TimeSeriesGranularity
Use this in place of TimeSeriesGranularity.values() to return a Set of all values known to the SDK.

L

lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetGroupSummary.Builder
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.DatasetGroupSummary
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
The last time the resource was modified.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetSummary.Builder
When you create a dataset, LastModificationTime is the same as CreationTime.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
When you create a dataset, LastModificationTime is the same as CreationTime.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
The last time the resource was modified.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse.Builder
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
The last time the resource was modified.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse.Builder
When you create a dataset, LastModificationTime is the same as CreationTime.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
When you create a dataset, LastModificationTime is the same as CreationTime.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
The last time the resource was modified.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
The last time the resource was modified.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
The last time the resource was modified.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastResponse.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
The last time the resource was modified.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
The last time the resource was modified.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
The last time the resource was modified.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
The last time the resource was modified.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilitySummary.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
The last time the resource was modified.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
The last time the resource was modified.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastSummary.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
The last time the resource was modified.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
The last time the resource was modified.
lastModificationTime(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorSummary.Builder
The last time the resource was modified.
lastModificationTime() - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
The last time the resource was modified.
LimitExceededException - Exception in software.amazon.awssdk.services.forecast.model
The limit on the number of resources per account has been exceeded.
LimitExceededException.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
listDatasetGroups(ListDatasetGroupsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of dataset groups created using the CreateDatasetGroup operation.
listDatasetGroups(Consumer<ListDatasetGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of dataset groups created using the CreateDatasetGroup operation.
listDatasetGroups(ListDatasetGroupsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of dataset groups created using the CreateDatasetGroup operation.
listDatasetGroups(Consumer<ListDatasetGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of dataset groups created using the CreateDatasetGroup operation.
ListDatasetGroupsIterable - Class in software.amazon.awssdk.services.forecast.paginators
ListDatasetGroupsIterable(ForecastClient, ListDatasetGroupsRequest) - Constructor for class software.amazon.awssdk.services.forecast.paginators.ListDatasetGroupsIterable
 
listDatasetGroupsPaginator(ListDatasetGroupsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of dataset groups created using the CreateDatasetGroup operation.
listDatasetGroupsPaginator(Consumer<ListDatasetGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of dataset groups created using the CreateDatasetGroup operation.
listDatasetGroupsPaginator(ListDatasetGroupsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of dataset groups created using the CreateDatasetGroup operation.
listDatasetGroupsPaginator(Consumer<ListDatasetGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of dataset groups created using the CreateDatasetGroup operation.
ListDatasetGroupsPublisher - Class in software.amazon.awssdk.services.forecast.paginators
ListDatasetGroupsPublisher(ForecastAsyncClient, ListDatasetGroupsRequest) - Constructor for class software.amazon.awssdk.services.forecast.paginators.ListDatasetGroupsPublisher
 
ListDatasetGroupsRequest - Class in software.amazon.awssdk.services.forecast.model
 
ListDatasetGroupsRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
ListDatasetGroupsRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
ListDatasetGroupsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.ListDatasetGroupsRequestMarshaller
 
ListDatasetGroupsResponse - Class in software.amazon.awssdk.services.forecast.model
 
ListDatasetGroupsResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
listDatasetImportJobs(ListDatasetImportJobsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of dataset import jobs created using the CreateDatasetImportJob operation.
listDatasetImportJobs(Consumer<ListDatasetImportJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of dataset import jobs created using the CreateDatasetImportJob operation.
listDatasetImportJobs(ListDatasetImportJobsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of dataset import jobs created using the CreateDatasetImportJob operation.
listDatasetImportJobs(Consumer<ListDatasetImportJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of dataset import jobs created using the CreateDatasetImportJob operation.
ListDatasetImportJobsIterable - Class in software.amazon.awssdk.services.forecast.paginators
ListDatasetImportJobsIterable(ForecastClient, ListDatasetImportJobsRequest) - Constructor for class software.amazon.awssdk.services.forecast.paginators.ListDatasetImportJobsIterable
 
listDatasetImportJobsPaginator(ListDatasetImportJobsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of dataset import jobs created using the CreateDatasetImportJob operation.
listDatasetImportJobsPaginator(Consumer<ListDatasetImportJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of dataset import jobs created using the CreateDatasetImportJob operation.
listDatasetImportJobsPaginator(ListDatasetImportJobsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of dataset import jobs created using the CreateDatasetImportJob operation.
listDatasetImportJobsPaginator(Consumer<ListDatasetImportJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of dataset import jobs created using the CreateDatasetImportJob operation.
ListDatasetImportJobsPublisher - Class in software.amazon.awssdk.services.forecast.paginators
ListDatasetImportJobsPublisher(ForecastAsyncClient, ListDatasetImportJobsRequest) - Constructor for class software.amazon.awssdk.services.forecast.paginators.ListDatasetImportJobsPublisher
 
ListDatasetImportJobsRequest - Class in software.amazon.awssdk.services.forecast.model
 
ListDatasetImportJobsRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
ListDatasetImportJobsRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
ListDatasetImportJobsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.ListDatasetImportJobsRequestMarshaller
 
ListDatasetImportJobsResponse - Class in software.amazon.awssdk.services.forecast.model
 
ListDatasetImportJobsResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
listDatasets(ListDatasetsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of datasets created using the CreateDataset operation.
listDatasets(Consumer<ListDatasetsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of datasets created using the CreateDataset operation.
listDatasets(ListDatasetsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of datasets created using the CreateDataset operation.
listDatasets(Consumer<ListDatasetsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of datasets created using the CreateDataset operation.
ListDatasetsIterable - Class in software.amazon.awssdk.services.forecast.paginators
Represents the output for the ForecastClient.listDatasetsPaginator(software.amazon.awssdk.services.forecast.model.ListDatasetsRequest) operation which is a paginated operation.
ListDatasetsIterable(ForecastClient, ListDatasetsRequest) - Constructor for class software.amazon.awssdk.services.forecast.paginators.ListDatasetsIterable
 
listDatasetsPaginator(ListDatasetsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of datasets created using the CreateDataset operation.
listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of datasets created using the CreateDataset operation.
listDatasetsPaginator(ListDatasetsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of datasets created using the CreateDataset operation.
listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of datasets created using the CreateDataset operation.
ListDatasetsPublisher - Class in software.amazon.awssdk.services.forecast.paginators
Represents the output for the ForecastAsyncClient.listDatasetsPaginator(software.amazon.awssdk.services.forecast.model.ListDatasetsRequest) operation which is a paginated operation.
ListDatasetsPublisher(ForecastAsyncClient, ListDatasetsRequest) - Constructor for class software.amazon.awssdk.services.forecast.paginators.ListDatasetsPublisher
 
ListDatasetsRequest - Class in software.amazon.awssdk.services.forecast.model
 
ListDatasetsRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
ListDatasetsRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
ListDatasetsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.ListDatasetsRequestMarshaller
 
ListDatasetsResponse - Class in software.amazon.awssdk.services.forecast.model
 
ListDatasetsResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
listExplainabilities(ListExplainabilitiesRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of Explainability resources created using the CreateExplainability operation.
listExplainabilities(Consumer<ListExplainabilitiesRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of Explainability resources created using the CreateExplainability operation.
listExplainabilities(ListExplainabilitiesRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of Explainability resources created using the CreateExplainability operation.
listExplainabilities(Consumer<ListExplainabilitiesRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of Explainability resources created using the CreateExplainability operation.
ListExplainabilitiesRequest - Class in software.amazon.awssdk.services.forecast.model
 
ListExplainabilitiesRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
ListExplainabilitiesRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
ListExplainabilitiesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.ListExplainabilitiesRequestMarshaller
 
ListExplainabilitiesResponse - Class in software.amazon.awssdk.services.forecast.model
 
ListExplainabilitiesResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
listExplainabilityExports(ListExplainabilityExportsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of Explainability exports created using the CreateExplainabilityExport operation.
listExplainabilityExports(Consumer<ListExplainabilityExportsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of Explainability exports created using the CreateExplainabilityExport operation.
listExplainabilityExports(ListExplainabilityExportsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of Explainability exports created using the CreateExplainabilityExport operation.
listExplainabilityExports(Consumer<ListExplainabilityExportsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of Explainability exports created using the CreateExplainabilityExport operation.
ListExplainabilityExportsRequest - Class in software.amazon.awssdk.services.forecast.model
 
ListExplainabilityExportsRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
ListExplainabilityExportsRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
ListExplainabilityExportsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.ListExplainabilityExportsRequestMarshaller
 
ListExplainabilityExportsResponse - Class in software.amazon.awssdk.services.forecast.model
 
ListExplainabilityExportsResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
listForecastExportJobs(ListForecastExportJobsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of forecast export jobs created using the CreateForecastExportJob operation.
listForecastExportJobs(Consumer<ListForecastExportJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of forecast export jobs created using the CreateForecastExportJob operation.
listForecastExportJobs(ListForecastExportJobsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of forecast export jobs created using the CreateForecastExportJob operation.
listForecastExportJobs(Consumer<ListForecastExportJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of forecast export jobs created using the CreateForecastExportJob operation.
ListForecastExportJobsIterable - Class in software.amazon.awssdk.services.forecast.paginators
ListForecastExportJobsIterable(ForecastClient, ListForecastExportJobsRequest) - Constructor for class software.amazon.awssdk.services.forecast.paginators.ListForecastExportJobsIterable
 
listForecastExportJobsPaginator(ListForecastExportJobsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of forecast export jobs created using the CreateForecastExportJob operation.
listForecastExportJobsPaginator(Consumer<ListForecastExportJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of forecast export jobs created using the CreateForecastExportJob operation.
listForecastExportJobsPaginator(ListForecastExportJobsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of forecast export jobs created using the CreateForecastExportJob operation.
listForecastExportJobsPaginator(Consumer<ListForecastExportJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of forecast export jobs created using the CreateForecastExportJob operation.
ListForecastExportJobsPublisher - Class in software.amazon.awssdk.services.forecast.paginators
ListForecastExportJobsPublisher(ForecastAsyncClient, ListForecastExportJobsRequest) - Constructor for class software.amazon.awssdk.services.forecast.paginators.ListForecastExportJobsPublisher
 
ListForecastExportJobsRequest - Class in software.amazon.awssdk.services.forecast.model
 
ListForecastExportJobsRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
ListForecastExportJobsRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
ListForecastExportJobsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.ListForecastExportJobsRequestMarshaller
 
ListForecastExportJobsResponse - Class in software.amazon.awssdk.services.forecast.model
 
ListForecastExportJobsResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
listForecasts(ListForecastsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of forecasts created using the CreateForecast operation.
listForecasts(Consumer<ListForecastsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of forecasts created using the CreateForecast operation.
listForecasts(ListForecastsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of forecasts created using the CreateForecast operation.
listForecasts(Consumer<ListForecastsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of forecasts created using the CreateForecast operation.
ListForecastsIterable - Class in software.amazon.awssdk.services.forecast.paginators
Represents the output for the ForecastClient.listForecastsPaginator(software.amazon.awssdk.services.forecast.model.ListForecastsRequest) operation which is a paginated operation.
ListForecastsIterable(ForecastClient, ListForecastsRequest) - Constructor for class software.amazon.awssdk.services.forecast.paginators.ListForecastsIterable
 
listForecastsPaginator(ListForecastsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of forecasts created using the CreateForecast operation.
listForecastsPaginator(Consumer<ListForecastsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of forecasts created using the CreateForecast operation.
listForecastsPaginator(ListForecastsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of forecasts created using the CreateForecast operation.
listForecastsPaginator(Consumer<ListForecastsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of forecasts created using the CreateForecast operation.
ListForecastsPublisher - Class in software.amazon.awssdk.services.forecast.paginators
ListForecastsPublisher(ForecastAsyncClient, ListForecastsRequest) - Constructor for class software.amazon.awssdk.services.forecast.paginators.ListForecastsPublisher
 
ListForecastsRequest - Class in software.amazon.awssdk.services.forecast.model
 
ListForecastsRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
ListForecastsRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
ListForecastsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.ListForecastsRequestMarshaller
 
ListForecastsResponse - Class in software.amazon.awssdk.services.forecast.model
 
ListForecastsResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
listPredictorBacktestExportJobs(ListPredictorBacktestExportJobsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of predictor backtest export jobs created using the CreatePredictorBacktestExportJob operation.
listPredictorBacktestExportJobs(Consumer<ListPredictorBacktestExportJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of predictor backtest export jobs created using the CreatePredictorBacktestExportJob operation.
listPredictorBacktestExportJobs(ListPredictorBacktestExportJobsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of predictor backtest export jobs created using the CreatePredictorBacktestExportJob operation.
listPredictorBacktestExportJobs(Consumer<ListPredictorBacktestExportJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of predictor backtest export jobs created using the CreatePredictorBacktestExportJob operation.
ListPredictorBacktestExportJobsIterable - Class in software.amazon.awssdk.services.forecast.paginators
ListPredictorBacktestExportJobsIterable(ForecastClient, ListPredictorBacktestExportJobsRequest) - Constructor for class software.amazon.awssdk.services.forecast.paginators.ListPredictorBacktestExportJobsIterable
 
listPredictorBacktestExportJobsPaginator(ListPredictorBacktestExportJobsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of predictor backtest export jobs created using the CreatePredictorBacktestExportJob operation.
listPredictorBacktestExportJobsPaginator(Consumer<ListPredictorBacktestExportJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of predictor backtest export jobs created using the CreatePredictorBacktestExportJob operation.
listPredictorBacktestExportJobsPaginator(ListPredictorBacktestExportJobsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of predictor backtest export jobs created using the CreatePredictorBacktestExportJob operation.
listPredictorBacktestExportJobsPaginator(Consumer<ListPredictorBacktestExportJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of predictor backtest export jobs created using the CreatePredictorBacktestExportJob operation.
ListPredictorBacktestExportJobsPublisher - Class in software.amazon.awssdk.services.forecast.paginators
ListPredictorBacktestExportJobsPublisher(ForecastAsyncClient, ListPredictorBacktestExportJobsRequest) - Constructor for class software.amazon.awssdk.services.forecast.paginators.ListPredictorBacktestExportJobsPublisher
 
ListPredictorBacktestExportJobsRequest - Class in software.amazon.awssdk.services.forecast.model
 
ListPredictorBacktestExportJobsRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
ListPredictorBacktestExportJobsRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
ListPredictorBacktestExportJobsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.ListPredictorBacktestExportJobsRequestMarshaller
 
ListPredictorBacktestExportJobsResponse - Class in software.amazon.awssdk.services.forecast.model
 
ListPredictorBacktestExportJobsResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
listPredictors(ListPredictorsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.
listPredictors(Consumer<ListPredictorsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.
listPredictors(ListPredictorsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.
listPredictors(Consumer<ListPredictorsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.
ListPredictorsIterable - Class in software.amazon.awssdk.services.forecast.paginators
Represents the output for the ForecastClient.listPredictorsPaginator(software.amazon.awssdk.services.forecast.model.ListPredictorsRequest) operation which is a paginated operation.
ListPredictorsIterable(ForecastClient, ListPredictorsRequest) - Constructor for class software.amazon.awssdk.services.forecast.paginators.ListPredictorsIterable
 
listPredictorsPaginator(ListPredictorsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.
listPredictorsPaginator(Consumer<ListPredictorsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.
listPredictorsPaginator(ListPredictorsRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.
listPredictorsPaginator(Consumer<ListPredictorsRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.
ListPredictorsPublisher - Class in software.amazon.awssdk.services.forecast.paginators
ListPredictorsPublisher(ForecastAsyncClient, ListPredictorsRequest) - Constructor for class software.amazon.awssdk.services.forecast.paginators.ListPredictorsPublisher
 
ListPredictorsRequest - Class in software.amazon.awssdk.services.forecast.model
 
ListPredictorsRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
ListPredictorsRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
ListPredictorsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.ListPredictorsRequestMarshaller
 
ListPredictorsResponse - Class in software.amazon.awssdk.services.forecast.model
 
ListPredictorsResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Lists the tags for an Amazon Forecast resource.
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Lists the tags for an Amazon Forecast resource.
listTagsForResource(ListTagsForResourceRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Lists the tags for an Amazon Forecast resource.
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Lists the tags for an Amazon Forecast resource.
ListTagsForResourceRequest - Class in software.amazon.awssdk.services.forecast.model
 
ListTagsForResourceRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
ListTagsForResourceRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
ListTagsForResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.ListTagsForResourceRequestMarshaller
 
ListTagsForResourceResponse - Class in software.amazon.awssdk.services.forecast.model
 
ListTagsForResourceResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
lossValue(Double) - Method in interface software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss.Builder
The difference between the predicted value and the actual value over the quantile, weighted (normalized) by dividing by the sum over all quantiles.
lossValue() - Method in class software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss
The difference between the predicted value and the actual value over the quantile, weighted (normalized) by dividing by the sum over all quantiles.

M

mape(Double) - Method in interface software.amazon.awssdk.services.forecast.model.ErrorMetric.Builder
The Mean Absolute Percentage Error (MAPE)
mape() - Method in class software.amazon.awssdk.services.forecast.model.ErrorMetric
The Mean Absolute Percentage Error (MAPE)
marshall(CreateAutoPredictorRequest) - Method in class software.amazon.awssdk.services.forecast.transform.CreateAutoPredictorRequestMarshaller
 
marshall(CreateDatasetGroupRequest) - Method in class software.amazon.awssdk.services.forecast.transform.CreateDatasetGroupRequestMarshaller
 
marshall(CreateDatasetImportJobRequest) - Method in class software.amazon.awssdk.services.forecast.transform.CreateDatasetImportJobRequestMarshaller
 
marshall(CreateDatasetRequest) - Method in class software.amazon.awssdk.services.forecast.transform.CreateDatasetRequestMarshaller
 
marshall(CreateExplainabilityExportRequest) - Method in class software.amazon.awssdk.services.forecast.transform.CreateExplainabilityExportRequestMarshaller
 
marshall(CreateExplainabilityRequest) - Method in class software.amazon.awssdk.services.forecast.transform.CreateExplainabilityRequestMarshaller
 
marshall(CreateForecastExportJobRequest) - Method in class software.amazon.awssdk.services.forecast.transform.CreateForecastExportJobRequestMarshaller
 
marshall(CreateForecastRequest) - Method in class software.amazon.awssdk.services.forecast.transform.CreateForecastRequestMarshaller
 
marshall(CreatePredictorBacktestExportJobRequest) - Method in class software.amazon.awssdk.services.forecast.transform.CreatePredictorBacktestExportJobRequestMarshaller
 
marshall(CreatePredictorRequest) - Method in class software.amazon.awssdk.services.forecast.transform.CreatePredictorRequestMarshaller
 
marshall(DeleteDatasetGroupRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DeleteDatasetGroupRequestMarshaller
 
marshall(DeleteDatasetImportJobRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DeleteDatasetImportJobRequestMarshaller
 
marshall(DeleteDatasetRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DeleteDatasetRequestMarshaller
 
marshall(DeleteExplainabilityExportRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DeleteExplainabilityExportRequestMarshaller
 
marshall(DeleteExplainabilityRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DeleteExplainabilityRequestMarshaller
 
marshall(DeleteForecastExportJobRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DeleteForecastExportJobRequestMarshaller
 
marshall(DeleteForecastRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DeleteForecastRequestMarshaller
 
marshall(DeletePredictorBacktestExportJobRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DeletePredictorBacktestExportJobRequestMarshaller
 
marshall(DeletePredictorRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DeletePredictorRequestMarshaller
 
marshall(DeleteResourceTreeRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DeleteResourceTreeRequestMarshaller
 
marshall(DescribeAutoPredictorRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DescribeAutoPredictorRequestMarshaller
 
marshall(DescribeDatasetGroupRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DescribeDatasetGroupRequestMarshaller
 
marshall(DescribeDatasetImportJobRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DescribeDatasetImportJobRequestMarshaller
 
marshall(DescribeDatasetRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DescribeDatasetRequestMarshaller
 
marshall(DescribeExplainabilityExportRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DescribeExplainabilityExportRequestMarshaller
 
marshall(DescribeExplainabilityRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DescribeExplainabilityRequestMarshaller
 
marshall(DescribeForecastExportJobRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DescribeForecastExportJobRequestMarshaller
 
marshall(DescribeForecastRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DescribeForecastRequestMarshaller
 
marshall(DescribePredictorBacktestExportJobRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DescribePredictorBacktestExportJobRequestMarshaller
 
marshall(DescribePredictorRequest) - Method in class software.amazon.awssdk.services.forecast.transform.DescribePredictorRequestMarshaller
 
marshall(GetAccuracyMetricsRequest) - Method in class software.amazon.awssdk.services.forecast.transform.GetAccuracyMetricsRequestMarshaller
 
marshall(ListDatasetGroupsRequest) - Method in class software.amazon.awssdk.services.forecast.transform.ListDatasetGroupsRequestMarshaller
 
marshall(ListDatasetImportJobsRequest) - Method in class software.amazon.awssdk.services.forecast.transform.ListDatasetImportJobsRequestMarshaller
 
marshall(ListDatasetsRequest) - Method in class software.amazon.awssdk.services.forecast.transform.ListDatasetsRequestMarshaller
 
marshall(ListExplainabilitiesRequest) - Method in class software.amazon.awssdk.services.forecast.transform.ListExplainabilitiesRequestMarshaller
 
marshall(ListExplainabilityExportsRequest) - Method in class software.amazon.awssdk.services.forecast.transform.ListExplainabilityExportsRequestMarshaller
 
marshall(ListForecastExportJobsRequest) - Method in class software.amazon.awssdk.services.forecast.transform.ListForecastExportJobsRequestMarshaller
 
marshall(ListForecastsRequest) - Method in class software.amazon.awssdk.services.forecast.transform.ListForecastsRequestMarshaller
 
marshall(ListPredictorBacktestExportJobsRequest) - Method in class software.amazon.awssdk.services.forecast.transform.ListPredictorBacktestExportJobsRequestMarshaller
 
marshall(ListPredictorsRequest) - Method in class software.amazon.awssdk.services.forecast.transform.ListPredictorsRequestMarshaller
 
marshall(ListTagsForResourceRequest) - Method in class software.amazon.awssdk.services.forecast.transform.ListTagsForResourceRequestMarshaller
 
marshall(StopResourceRequest) - Method in class software.amazon.awssdk.services.forecast.transform.StopResourceRequestMarshaller
 
marshall(TagResourceRequest) - Method in class software.amazon.awssdk.services.forecast.transform.TagResourceRequestMarshaller
 
marshall(UntagResourceRequest) - Method in class software.amazon.awssdk.services.forecast.transform.UntagResourceRequestMarshaller
 
marshall(UpdateDatasetGroupRequest) - Method in class software.amazon.awssdk.services.forecast.transform.UpdateDatasetGroupRequestMarshaller
 
mase(Double) - Method in interface software.amazon.awssdk.services.forecast.model.ErrorMetric.Builder
The Mean Absolute Scaled Error (MASE)
mase() - Method in class software.amazon.awssdk.services.forecast.model.ErrorMetric
The Mean Absolute Scaled Error (MASE)
max(String) - Method in interface software.amazon.awssdk.services.forecast.model.Statistics.Builder
For a numeric field, the maximum value in the field.
max() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
For a numeric field, the maximum value in the field.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest.Builder
The number of items to return in the response.
maxResults() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest
The number of items to return in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest.Builder
The number of items to return in the response.
maxResults() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest
The number of items to return in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetsRequest.Builder
The number of items to return in the response.
maxResults() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsRequest
The number of items to return in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest.Builder
The number of items returned in the response.
maxResults() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest
The number of items returned in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest.Builder
The number of items to return in the response.
maxResults() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest
The number of items to return in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest.Builder
The number of items to return in the response.
maxResults() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest
The number of items to return in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastsRequest.Builder
The number of items to return in the response.
maxResults() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsRequest
The number of items to return in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest.Builder
The number of items to return in the response.
maxResults() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest
The number of items to return in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorsRequest.Builder
The number of items to return in the response.
maxResults() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsRequest
The number of items to return in the response.
maxValue(Double) - Method in interface software.amazon.awssdk.services.forecast.model.ContinuousParameterRange.Builder
The maximum tunable value of the hyperparameter.
maxValue() - Method in class software.amazon.awssdk.services.forecast.model.ContinuousParameterRange
The maximum tunable value of the hyperparameter.
maxValue(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.IntegerParameterRange.Builder
The maximum tunable value of the hyperparameter.
maxValue() - Method in class software.amazon.awssdk.services.forecast.model.IntegerParameterRange
The maximum tunable value of the hyperparameter.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary.Builder
If an error occurred, an informational message about the error.
message() - Method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
If an error occurred, an informational message about the error.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
In the event of an error, a message detailing the cause of the error.
message() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
In the event of an error, a message detailing the cause of the error.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
If an error occurred, an informational message about the error.
message() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
If an error occurred, an informational message about the error.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse.Builder
Information about any errors that occurred during the export.
message() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
Information about any errors that occurred during the export.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
If an error occurred, a message about the error.
message() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
If an error occurred, a message about the error.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse.Builder
If an error occurred, an informational message about the error.
message() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
If an error occurred, an informational message about the error.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastResponse.Builder
If an error occurred, an informational message about the error.
message() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
If an error occurred, an informational message about the error.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse.Builder
Information about any errors that may have occurred during the backtest export.
message() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
Information about any errors that may have occurred during the backtest export.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
If an error occurred, an informational message about the error.
message() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
If an error occurred, an informational message about the error.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary.Builder
Information about any errors that may have occurred during the Explainability export.
message() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
Information about any errors that may have occurred during the Explainability export.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilitySummary.Builder
Information about any errors that may have occurred during the Explainability creation process.
message() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
Information about any errors that may have occurred during the Explainability creation process.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastException.Builder
 
message(String) - Method in class software.amazon.awssdk.services.forecast.model.ForecastException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary.Builder
If an error occurred, an informational message about the error.
message() - Method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
If an error occurred, an informational message about the error.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastSummary.Builder
If an error occurred, an informational message about the error.
message() - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
If an error occurred, an informational message about the error.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.InvalidInputException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.InvalidNextTokenException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.LimitExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary.Builder
Information about any errors that may have occurred during the backtest export.
message() - Method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
Information about any errors that may have occurred during the backtest export.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorSummary.Builder
If an error occurred, an informational message about the error.
message() - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
If an error occurred, an informational message about the error.
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceAlreadyExistsException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceInUseException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.forecast.model.TestWindowSummary.Builder
If the test failed, the reason why it failed.
message() - Method in class software.amazon.awssdk.services.forecast.model.TestWindowSummary
If the test failed, the reason why it failed.
Metrics - Class in software.amazon.awssdk.services.forecast.model
Provides metrics that are used to evaluate the performance of a predictor.
metrics(Metrics) - Method in interface software.amazon.awssdk.services.forecast.model.WindowSummary.Builder
Provides metrics used to evaluate the performance of a predictor.
metrics(Consumer<Metrics.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.WindowSummary.Builder
Provides metrics used to evaluate the performance of a predictor.
metrics() - Method in class software.amazon.awssdk.services.forecast.model.WindowSummary
Provides metrics used to evaluate the performance of a predictor.
Metrics.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
min(String) - Method in interface software.amazon.awssdk.services.forecast.model.Statistics.Builder
For a numeric field, the minimum value in the field.
min() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
For a numeric field, the minimum value in the field.
minValue(Double) - Method in interface software.amazon.awssdk.services.forecast.model.ContinuousParameterRange.Builder
The minimum tunable value of the hyperparameter.
minValue() - Method in class software.amazon.awssdk.services.forecast.model.ContinuousParameterRange
The minimum tunable value of the hyperparameter.
minValue(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.IntegerParameterRange.Builder
The minimum tunable value of the hyperparameter.
minValue() - Method in class software.amazon.awssdk.services.forecast.model.IntegerParameterRange
The minimum tunable value of the hyperparameter.

N

name(String) - Method in interface software.amazon.awssdk.services.forecast.model.AdditionalDataset.Builder
The name of the additional dataset.
name() - Method in class software.amazon.awssdk.services.forecast.model.AdditionalDataset
The name of the additional dataset.
name(String) - Method in interface software.amazon.awssdk.services.forecast.model.CategoricalParameterRange.Builder
The name of the categorical hyperparameter to tune.
name() - Method in class software.amazon.awssdk.services.forecast.model.CategoricalParameterRange
The name of the categorical hyperparameter to tune.
name(String) - Method in interface software.amazon.awssdk.services.forecast.model.ContinuousParameterRange.Builder
The name of the hyperparameter to tune.
name() - Method in class software.amazon.awssdk.services.forecast.model.ContinuousParameterRange
The name of the hyperparameter to tune.
name(String) - Method in interface software.amazon.awssdk.services.forecast.model.IntegerParameterRange.Builder
The name of the hyperparameter to tune.
name() - Method in class software.amazon.awssdk.services.forecast.model.IntegerParameterRange
The name of the hyperparameter to tune.
name(String) - Method in interface software.amazon.awssdk.services.forecast.model.SupplementaryFeature.Builder
The name of the feature.
name() - Method in class software.amazon.awssdk.services.forecast.model.SupplementaryFeature
The name of the feature.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest.Builder
If the result of the previous request was truncated, the response includes a NextToken.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest
If the result of the previous request was truncated, the response includes a NextToken.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse.Builder
If the response is truncated, Amazon Forecast returns this token.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse
If the response is truncated, Amazon Forecast returns this token.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest.Builder
If the result of the previous request was truncated, the response includes a NextToken.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest
If the result of the previous request was truncated, the response includes a NextToken.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse.Builder
If the response is truncated, Amazon Forecast returns this token.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse
If the response is truncated, Amazon Forecast returns this token.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetsRequest.Builder
If the result of the previous request was truncated, the response includes a NextToken.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsRequest
If the result of the previous request was truncated, the response includes a NextToken.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetsResponse.Builder
If the response is truncated, Amazon Forecast returns this token.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsResponse
If the response is truncated, Amazon Forecast returns this token.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest.Builder
If the result of the previous request was truncated, the response includes a NextToken.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest
If the result of the previous request was truncated, the response includes a NextToken.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse.Builder
Returns this token if the response is truncated.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse
Returns this token if the response is truncated.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest.Builder
If the result of the previous request was truncated, the response includes a NextToken.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest
If the result of the previous request was truncated, the response includes a NextToken.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse.Builder
Returns this token if the response is truncated.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse
Returns this token if the response is truncated.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest.Builder
If the result of the previous request was truncated, the response includes a NextToken.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest
If the result of the previous request was truncated, the response includes a NextToken.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse.Builder
If the response is truncated, Amazon Forecast returns this token.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse
If the response is truncated, Amazon Forecast returns this token.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastsRequest.Builder
If the result of the previous request was truncated, the response includes a NextToken.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsRequest
If the result of the previous request was truncated, the response includes a NextToken.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastsResponse.Builder
If the response is truncated, Amazon Forecast returns this token.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsResponse
If the response is truncated, Amazon Forecast returns this token.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest.Builder
If the result of the previous request was truncated, the response includes a NextToken.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest
If the result of the previous request was truncated, the response includes a NextToken.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse.Builder
Returns this token if the response is truncated.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse
Returns this token if the response is truncated.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorsRequest.Builder
If the result of the previous request was truncated, the response includes a NextToken.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsRequest
If the result of the previous request was truncated, the response includes a NextToken.
nextToken(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorsResponse.Builder
If the response is truncated, Amazon Forecast returns this token.
nextToken() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsResponse
If the response is truncated, Amazon Forecast returns this token.
numberOfBacktestWindows(Integer) - Method in interface software.amazon.awssdk.services.forecast.model.EvaluationParameters.Builder
The number of times to split the input data.
numberOfBacktestWindows() - Method in class software.amazon.awssdk.services.forecast.model.EvaluationParameters
The number of times to split the input data.

O

optimizationMetric(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
The accuracy metric used to optimize the predictor.
optimizationMetric(OptimizationMetric) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
The accuracy metric used to optimize the predictor.
optimizationMetric() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
The accuracy metric used to optimize the predictor.
optimizationMetric(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
The accuracy metric used to optimize the predictor.
optimizationMetric(OptimizationMetric) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
The accuracy metric used to optimize the predictor.
optimizationMetric() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
The accuracy metric used to optimize the predictor.
optimizationMetric(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The accuracy metric used to optimize the predictor.
optimizationMetric(OptimizationMetric) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The accuracy metric used to optimize the predictor.
optimizationMetric() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
The accuracy metric used to optimize the predictor.
optimizationMetric(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The accuracy metric used to optimize the predictor.
optimizationMetric(OptimizationMetric) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The accuracy metric used to optimize the predictor.
optimizationMetric() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
The accuracy metric used to optimize the predictor.
optimizationMetric(String) - Method in interface software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse.Builder
The accuracy metric used to optimize the predictor.
optimizationMetric(OptimizationMetric) - Method in interface software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse.Builder
The accuracy metric used to optimize the predictor.
optimizationMetric() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
The accuracy metric used to optimize the predictor.
OptimizationMetric - Enum in software.amazon.awssdk.services.forecast.model
 
optimizationMetricAsString() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
The accuracy metric used to optimize the predictor.
optimizationMetricAsString() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
The accuracy metric used to optimize the predictor.
optimizationMetricAsString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
The accuracy metric used to optimize the predictor.
optimizationMetricAsString() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
The accuracy metric used to optimize the predictor.
optimizationMetricAsString() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
The accuracy metric used to optimize the predictor.
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteDatasetRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteDatasetRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteExplainabilityRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteExplainabilityRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteForecastRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteForecastRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DeletePredictorRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DeletePredictorRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteResourceTreeRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteResourceTreeRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.ListDatasetsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.ListForecastsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.ListTagsForResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.ListTagsForResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.StopResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.StopResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.TagResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.TagResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.UntagResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.UntagResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest.Builder
 

P

parameterRanges(ParameterRanges) - Method in interface software.amazon.awssdk.services.forecast.model.HyperParameterTuningJobConfig.Builder
Specifies the ranges of valid values for the hyperparameters.
parameterRanges(Consumer<ParameterRanges.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.HyperParameterTuningJobConfig.Builder
Specifies the ranges of valid values for the hyperparameters.
parameterRanges() - Method in class software.amazon.awssdk.services.forecast.model.HyperParameterTuningJobConfig
Specifies the ranges of valid values for the hyperparameters.
ParameterRanges - Class in software.amazon.awssdk.services.forecast.model
Specifies the categorical, continuous, and integer hyperparameters, and their ranges of tunable values.
ParameterRanges.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
path(String) - Method in interface software.amazon.awssdk.services.forecast.model.S3Config.Builder
The path to an Amazon Simple Storage Service (Amazon S3) bucket or file(s) in an Amazon S3 bucket.
path() - Method in class software.amazon.awssdk.services.forecast.model.S3Config
The path to an Amazon Simple Storage Service (Amazon S3) bucket or file(s) in an Amazon S3 bucket.
performAutoML(Boolean) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
Whether to perform AutoML.
performAutoML() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
Whether to perform AutoML.
performAutoML(Boolean) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
Whether the predictor is set to perform AutoML.
performAutoML() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
Whether the predictor is set to perform AutoML.
performHPO(Boolean) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
Whether to perform hyperparameter optimization (HPO).
performHPO() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
Whether to perform hyperparameter optimization (HPO).
performHPO(Boolean) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
Whether the predictor is set to perform hyperparameter optimization (HPO).
performHPO() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
Whether the predictor is set to perform hyperparameter optimization (HPO).
predictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorResponse.Builder
The Amazon Resource Name (ARN) of the predictor.
predictorArn() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorResponse
The Amazon Resource Name (ARN) of the predictor.
predictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastRequest.Builder
The Amazon Resource Name (ARN) of the predictor to use to generate the forecast.
predictorArn() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
The Amazon Resource Name (ARN) of the predictor to use to generate the forecast.
predictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest.Builder
The Amazon Resource Name (ARN) of the predictor that you want to export.
predictorArn() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest
The Amazon Resource Name (ARN) of the predictor that you want to export.
predictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorResponse.Builder
The Amazon Resource Name (ARN) of the predictor.
predictorArn() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorResponse
The Amazon Resource Name (ARN) of the predictor.
predictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DeletePredictorRequest.Builder
The Amazon Resource Name (ARN) of the predictor to delete.
predictorArn() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorRequest
The Amazon Resource Name (ARN) of the predictor to delete.
predictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorRequest.Builder
The Amazon Resource Name (ARN) of the predictor.
predictorArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorRequest
The Amazon Resource Name (ARN) of the predictor.
predictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The Amazon Resource Name (ARN) of the predictor
predictorArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
The Amazon Resource Name (ARN) of the predictor
predictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastResponse.Builder
The ARN of the predictor used to generate the forecast.
predictorArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
The ARN of the predictor used to generate the forecast.
predictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse.Builder
The Amazon Resource Name (ARN) of the predictor.
predictorArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
The Amazon Resource Name (ARN) of the predictor.
predictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorRequest.Builder
The Amazon Resource Name (ARN) of the predictor that you want information about.
predictorArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorRequest
The Amazon Resource Name (ARN) of the predictor that you want information about.
predictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The ARN of the predictor.
predictorArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
The ARN of the predictor.
predictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastSummary.Builder
The ARN of the predictor used to generate the forecast.
predictorArn() - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
The ARN of the predictor used to generate the forecast.
predictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsRequest.Builder
The Amazon Resource Name (ARN) of the predictor to get metrics for.
predictorArn() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsRequest
The Amazon Resource Name (ARN) of the predictor to get metrics for.
predictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorSummary.Builder
The ARN of the predictor.
predictorArn() - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
The ARN of the predictor.
predictorBacktestExportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobResponse.Builder
The Amazon Resource Name (ARN) of the predictor backtest export job that you want to export.
predictorBacktestExportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobResponse
The Amazon Resource Name (ARN) of the predictor backtest export job that you want to export.
predictorBacktestExportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobRequest.Builder
The Amazon Resource Name (ARN) of the predictor backtest export job to delete.
predictorBacktestExportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobRequest
The Amazon Resource Name (ARN) of the predictor backtest export job to delete.
predictorBacktestExportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobRequest.Builder
The Amazon Resource Name (ARN) of the predictor backtest export job.
predictorBacktestExportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobRequest
The Amazon Resource Name (ARN) of the predictor backtest export job.
predictorBacktestExportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse.Builder
The Amazon Resource Name (ARN) of the predictor backtest export job.
predictorBacktestExportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
The Amazon Resource Name (ARN) of the predictor backtest export job.
predictorBacktestExportJobArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary.Builder
The Amazon Resource Name (ARN) of the predictor backtest export job.
predictorBacktestExportJobArn() - Method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
The Amazon Resource Name (ARN) of the predictor backtest export job.
predictorBacktestExportJobName(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest.Builder
The name for the backtest export job.
predictorBacktestExportJobName() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest
The name for the backtest export job.
predictorBacktestExportJobName(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse.Builder
The name of the predictor backtest export job.
predictorBacktestExportJobName() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
The name of the predictor backtest export job.
predictorBacktestExportJobName(String) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary.Builder
The name of the predictor backtest export job.
predictorBacktestExportJobName() - Method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
The name of the predictor backtest export job.
predictorBacktestExportJobs(Collection<PredictorBacktestExportJobSummary>) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse.Builder
An array of objects that summarize the properties of each predictor backtest export job.
predictorBacktestExportJobs(PredictorBacktestExportJobSummary...) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse.Builder
An array of objects that summarize the properties of each predictor backtest export job.
predictorBacktestExportJobs(Consumer<PredictorBacktestExportJobSummary.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse.Builder
An array of objects that summarize the properties of each predictor backtest export job.
predictorBacktestExportJobs() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse
An array of objects that summarize the properties of each predictor backtest export job.
predictorBacktestExportJobs() - Method in class software.amazon.awssdk.services.forecast.paginators.ListPredictorBacktestExportJobsIterable
Returns an iterable to iterate through the paginated ListPredictorBacktestExportJobsResponse.predictorBacktestExportJobs() member.
predictorBacktestExportJobs() - Method in class software.amazon.awssdk.services.forecast.paginators.ListPredictorBacktestExportJobsPublisher
Returns a publisher that can be used to get a stream of data.
PredictorBacktestExportJobSummary - Class in software.amazon.awssdk.services.forecast.model
Provides a summary of the predictor backtest export job properties used in the ListPredictorBacktestExportJobs operation.
PredictorBacktestExportJobSummary.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
predictorEvaluationResults(Collection<EvaluationResult>) - Method in interface software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse.Builder
An array of results from evaluating the predictor.
predictorEvaluationResults(EvaluationResult...) - Method in interface software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse.Builder
An array of results from evaluating the predictor.
predictorEvaluationResults(Consumer<EvaluationResult.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse.Builder
An array of results from evaluating the predictor.
predictorEvaluationResults() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
An array of results from evaluating the predictor.
PredictorExecution - Class in software.amazon.awssdk.services.forecast.model
The algorithm used to perform a backtest and the status of those tests.
PredictorExecution.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
predictorExecutionDetails(PredictorExecutionDetails) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
Details on the the status and results of the backtests performed to evaluate the accuracy of the predictor.
predictorExecutionDetails(Consumer<PredictorExecutionDetails.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
Details on the the status and results of the backtests performed to evaluate the accuracy of the predictor.
predictorExecutionDetails() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
Details on the the status and results of the backtests performed to evaluate the accuracy of the predictor.
PredictorExecutionDetails - Class in software.amazon.awssdk.services.forecast.model
Contains details on the backtests performed to evaluate the accuracy of the predictor.
PredictorExecutionDetails.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
predictorExecutions(Collection<PredictorExecution>) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails.Builder
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
predictorExecutions(PredictorExecution...) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails.Builder
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
predictorExecutions(Consumer<PredictorExecution.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails.Builder
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
predictorExecutions() - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails
An array of the backtests performed to evaluate the accuracy of the predictor against a particular algorithm.
predictorName(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
A unique name for the predictor
predictorName() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
A unique name for the predictor
predictorName(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
A name for the predictor.
predictorName() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
A name for the predictor.
predictorName(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The name of the predictor.
predictorName() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
The name of the predictor.
predictorName(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The name of the predictor.
predictorName() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
The name of the predictor.
predictorName(String) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorSummary.Builder
The name of the predictor.
predictorName() - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
The name of the predictor.
predictors(Collection<PredictorSummary>) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorsResponse.Builder
An array of objects that summarize each predictor's properties.
predictors(PredictorSummary...) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorsResponse.Builder
An array of objects that summarize each predictor's properties.
predictors(Consumer<PredictorSummary.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListPredictorsResponse.Builder
An array of objects that summarize each predictor's properties.
predictors() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsResponse
An array of objects that summarize each predictor's properties.
predictors() - Method in class software.amazon.awssdk.services.forecast.paginators.ListPredictorsIterable
Returns an iterable to iterate through the paginated ListPredictorsResponse.predictors() member.
predictors() - Method in class software.amazon.awssdk.services.forecast.paginators.ListPredictorsPublisher
Returns a publisher that can be used to get a stream of data.
PredictorSummary - Class in software.amazon.awssdk.services.forecast.model
Provides a summary of the predictor properties that are used in the ListPredictors operation.
PredictorSummary.Builder - Interface in software.amazon.awssdk.services.forecast.model
 

Q

quantile(Double) - Method in interface software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss.Builder
The quantile.
quantile() - Method in class software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss
The quantile.

R

referencePredictorArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
The ARN of the predictor to retrain or upgrade.
referencePredictorArn() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
The ARN of the predictor to retrain or upgrade.
referencePredictorSummary(ReferencePredictorSummary) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The ARN and state of the reference predictor.
referencePredictorSummary(Consumer<ReferencePredictorSummary.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The ARN and state of the reference predictor.
referencePredictorSummary() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
The ARN and state of the reference predictor.
referencePredictorSummary(ReferencePredictorSummary) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorSummary.Builder
A summary of the reference predictor used if the predictor was retrained or upgraded.
referencePredictorSummary(Consumer<ReferencePredictorSummary.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorSummary.Builder
A summary of the reference predictor used if the predictor was retrained or upgraded.
referencePredictorSummary() - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
A summary of the reference predictor used if the predictor was retrained or upgraded.
ReferencePredictorSummary - Class in software.amazon.awssdk.services.forecast.model
Provides a summary of the reference predictor used when retraining or upgrading a predictor.
ReferencePredictorSummary.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
requestId(String) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastException.Builder
 
requestId(String) - Method in class software.amazon.awssdk.services.forecast.model.ForecastException.BuilderImpl
 
requestId(String) - Method in interface software.amazon.awssdk.services.forecast.model.InvalidInputException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.forecast.model.InvalidNextTokenException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.forecast.model.LimitExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceAlreadyExistsException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceInUseException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceNotFoundException.Builder
 
ResourceAlreadyExistsException - Exception in software.amazon.awssdk.services.forecast.model
There is already a resource with this name.
ResourceAlreadyExistsException.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
resourceArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
resourceArn() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
resourceArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DeleteResourceTreeRequest.Builder
The Amazon Resource Name (ARN) of the parent resource to delete.
resourceArn() - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeRequest
The Amazon Resource Name (ARN) of the parent resource to delete.
resourceArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
resourceArn() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.
resourceArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilitySummary.Builder
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
resourceArn() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
resourceArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.ListTagsForResourceRequest.Builder
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
resourceArn() - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
resourceArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.StopResourceRequest.Builder
The Amazon Resource Name (ARN) that identifies the resource to stop.
resourceArn() - Method in class software.amazon.awssdk.services.forecast.model.StopResourceRequest
The Amazon Resource Name (ARN) that identifies the resource to stop.
resourceArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.TagResourceRequest.Builder
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
resourceArn() - Method in class software.amazon.awssdk.services.forecast.model.TagResourceRequest
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
resourceArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.UntagResourceRequest.Builder
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
resourceArn() - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceRequest
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
ResourceInUseException - Exception in software.amazon.awssdk.services.forecast.model
The specified resource is in use.
ResourceInUseException.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
ResourceNotFoundException - Exception in software.amazon.awssdk.services.forecast.model
We can't find a resource with that Amazon Resource Name (ARN).
ResourceNotFoundException.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
responseMetadata() - Method in interface software.amazon.awssdk.services.forecast.model.ForecastResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastResponse.Builder
 
responseMetadata() - Method in class software.amazon.awssdk.services.forecast.model.ForecastResponse.BuilderImpl
 
responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.forecast.model.ForecastResponse.BuilderImpl
 
responseMetadata() - Method in class software.amazon.awssdk.services.forecast.model.ForecastResponse
 
rmse(Double) - Method in interface software.amazon.awssdk.services.forecast.model.ErrorMetric.Builder
The root-mean-square error (RMSE).
rmse() - Method in class software.amazon.awssdk.services.forecast.model.ErrorMetric
The root-mean-square error (RMSE).
rmse(Double) - Method in interface software.amazon.awssdk.services.forecast.model.Metrics.Builder
Deprecated.
This property is deprecated, please refer to ErrorMetrics for both RMSE and WAPE
rmse() - Method in class software.amazon.awssdk.services.forecast.model.Metrics
Deprecated.
This property is deprecated, please refer to ErrorMetrics for both RMSE and WAPE
roleArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.EncryptionConfig.Builder
The ARN of the IAM role that Amazon Forecast can assume to access the AWS KMS key.
roleArn() - Method in class software.amazon.awssdk.services.forecast.model.EncryptionConfig
The ARN of the IAM role that Amazon Forecast can assume to access the AWS KMS key.
roleArn(String) - Method in interface software.amazon.awssdk.services.forecast.model.S3Config.Builder
The ARN of the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon S3 bucket or files.
roleArn() - Method in class software.amazon.awssdk.services.forecast.model.S3Config
The ARN of the AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon S3 bucket or files.

S

s3Config(S3Config) - Method in interface software.amazon.awssdk.services.forecast.model.DataDestination.Builder
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
s3Config(Consumer<S3Config.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DataDestination.Builder
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
s3Config() - Method in class software.amazon.awssdk.services.forecast.model.DataDestination
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
s3Config(S3Config) - Method in interface software.amazon.awssdk.services.forecast.model.DataSource.Builder
The path to the data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the data.
s3Config(Consumer<S3Config.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DataSource.Builder
The path to the data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the data.
s3Config() - Method in class software.amazon.awssdk.services.forecast.model.DataSource
The path to the data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the data.
S3Config - Class in software.amazon.awssdk.services.forecast.model
The path to the file(s) in an Amazon Simple Storage Service (Amazon S3) bucket, and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the file(s).
S3Config.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
scalingType(String) - Method in interface software.amazon.awssdk.services.forecast.model.ContinuousParameterRange.Builder
The scale that hyperparameter tuning uses to search the hyperparameter range.
scalingType(ScalingType) - Method in interface software.amazon.awssdk.services.forecast.model.ContinuousParameterRange.Builder
The scale that hyperparameter tuning uses to search the hyperparameter range.
scalingType() - Method in class software.amazon.awssdk.services.forecast.model.ContinuousParameterRange
The scale that hyperparameter tuning uses to search the hyperparameter range.
scalingType(String) - Method in interface software.amazon.awssdk.services.forecast.model.IntegerParameterRange.Builder
The scale that hyperparameter tuning uses to search the hyperparameter range.
scalingType(ScalingType) - Method in interface software.amazon.awssdk.services.forecast.model.IntegerParameterRange.Builder
The scale that hyperparameter tuning uses to search the hyperparameter range.
scalingType() - Method in class software.amazon.awssdk.services.forecast.model.IntegerParameterRange
The scale that hyperparameter tuning uses to search the hyperparameter range.
ScalingType - Enum in software.amazon.awssdk.services.forecast.model
 
scalingTypeAsString() - Method in class software.amazon.awssdk.services.forecast.model.ContinuousParameterRange
The scale that hyperparameter tuning uses to search the hyperparameter range.
scalingTypeAsString() - Method in class software.amazon.awssdk.services.forecast.model.IntegerParameterRange
The scale that hyperparameter tuning uses to search the hyperparameter range.
schema(Schema) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
The schema for the dataset.
schema(Consumer<Schema.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
The schema for the dataset.
schema() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
The schema for the dataset.
schema(Schema) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
Sets the value of the Schema property for this object.
schema(Consumer<Schema.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
Sets the value of the Schema property for this object.
schema() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
Returns the value of the Schema property for this object.
schema(Schema) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse.Builder
An array of SchemaAttribute objects that specify the dataset fields.
schema(Consumer<Schema.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse.Builder
An array of SchemaAttribute objects that specify the dataset fields.
schema() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
An array of SchemaAttribute objects that specify the dataset fields.
schema(Schema) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
Sets the value of the Schema property for this object.
schema(Consumer<Schema.Builder>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
Sets the value of the Schema property for this object.
schema() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
Returns the value of the Schema property for this object.
Schema - Class in software.amazon.awssdk.services.forecast.model
Defines the fields of a dataset.
Schema.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
SchemaAttribute - Class in software.amazon.awssdk.services.forecast.model
An attribute of a schema, which defines a dataset field.
SchemaAttribute.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.AdditionalDataset
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.AttributeConfig
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CategoricalParameterRange
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ContinuousParameterRange
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DataConfig
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DataDestination
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DatasetGroupSummary
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DataSource
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.EncryptionConfig
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ErrorMetric
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.EvaluationParameters
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.EvaluationResult
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityConfig
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityInfo
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.Featurization
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationConfig
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationMethod
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.Filter
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.HyperParameterTuningJobConfig
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.InputDataConfig
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.IntegerParameterRange
 
sdkFields() - Method in exception software.amazon.awssdk.services.forecast.model.InvalidInputException
 
sdkFields() - Method in exception software.amazon.awssdk.services.forecast.model.InvalidNextTokenException
 
sdkFields() - Method in exception software.amazon.awssdk.services.forecast.model.LimitExceededException
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.Metrics
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecution
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary
 
sdkFields() - Method in exception software.amazon.awssdk.services.forecast.model.ResourceAlreadyExistsException
 
sdkFields() - Method in exception software.amazon.awssdk.services.forecast.model.ResourceInUseException
 
sdkFields() - Method in exception software.amazon.awssdk.services.forecast.model.ResourceNotFoundException
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.S3Config
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.Schema
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.SchemaAttribute
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.StopResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.StopResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.SupplementaryFeature
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.Tag
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.TagResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.TagResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.TestWindowSummary
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss
 
sdkFields() - Method in class software.amazon.awssdk.services.forecast.model.WindowSummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.AdditionalDataset
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.AttributeConfig
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CategoricalParameterRange
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ContinuousParameterRange
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateDatasetResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreateForecastResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.CreatePredictorResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DataConfig
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DataDestination
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DatasetGroupSummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DataSource
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteForecastRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteForecastResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeletePredictorRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeletePredictorResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeForecastRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribePredictorRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.EncryptionConfig
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ErrorMetric
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.EvaluationParameters
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.EvaluationResult
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ExplainabilityConfig
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ExplainabilityInfo
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.Featurization
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.FeaturizationConfig
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.FeaturizationMethod
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.Filter
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.forecast.model.ForecastException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.HyperParameterTuningJobConfig
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.InputDataConfig
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.IntegerParameterRange
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.forecast.model.InvalidInputException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.forecast.model.InvalidNextTokenException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.forecast.model.LimitExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListDatasetsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListDatasetsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListForecastsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListForecastsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListPredictorsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListPredictorsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.Metrics
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.PredictorExecution
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.forecast.model.ResourceAlreadyExistsException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.forecast.model.ResourceInUseException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.forecast.model.ResourceNotFoundException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.S3Config
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.Schema
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.SchemaAttribute
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.Statistics
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.StopResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.StopResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.SupplementaryFeature
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.Tag
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.TagResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.TagResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.TestWindowSummary
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.UntagResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.UntagResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.forecast.model.WindowSummary
 
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.forecast.ForecastClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.forecast.ForecastClient
 
serviceMetadata() - Static method in interface software.amazon.awssdk.services.forecast.ForecastClient
 
software.amazon.awssdk.services.forecast - package software.amazon.awssdk.services.forecast
Provides APIs for creating and managing Amazon Forecast resources.
software.amazon.awssdk.services.forecast.model - package software.amazon.awssdk.services.forecast.model
 
software.amazon.awssdk.services.forecast.paginators - package software.amazon.awssdk.services.forecast.paginators
 
software.amazon.awssdk.services.forecast.transform - package software.amazon.awssdk.services.forecast.transform
 
startDateTime(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
If TimePointGranularity is set to SPECIFIC, define the first point for the Explainability.
startDateTime() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
If TimePointGranularity is set to SPECIFIC, define the first point for the Explainability.
startDateTime(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
If TimePointGranularity is set to SPECIFIC, the first time point in the Explainability.
startDateTime() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
If TimePointGranularity is set to SPECIFIC, the first time point in the Explainability.
state(String) - Method in interface software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary.Builder
Whether the reference predictor is Active or Deleted.
state(State) - Method in interface software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary.Builder
Whether the reference predictor is Active or Deleted.
state() - Method in class software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary
Whether the reference predictor is Active or Deleted.
State - Enum in software.amazon.awssdk.services.forecast.model
 
stateAsString() - Method in class software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary
Whether the reference predictor is Active or Deleted.
Statistics - Class in software.amazon.awssdk.services.forecast.model
Provides statistics for each data field imported into to an Amazon Forecast dataset with the CreateDatasetImportJob operation.
Statistics.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary.Builder
The status of the dataset import job.
status() - Method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
The status of the dataset import job.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse.Builder
The status of the predictor.
status() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
The status of the predictor.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse.Builder
The status of the dataset group.
status() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
The status of the dataset group.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
The status of the dataset import job.
status() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
The status of the dataset import job.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse.Builder
The status of the dataset.
status() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
The status of the dataset.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse.Builder
The status of the Explainability export.
status() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
The status of the Explainability export.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse.Builder
The status of the Explainability resource.
status() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
The status of the Explainability resource.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse.Builder
The status of the forecast export job.
status() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
The status of the forecast export job.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeForecastResponse.Builder
The status of the forecast.
status() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
The status of the forecast.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse.Builder
The status of the predictor backtest export job.
status() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
The status of the predictor backtest export job.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The status of the predictor.
status() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
The status of the predictor.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary.Builder
The status of the Explainability export.
status() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
The status of the Explainability export.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilityInfo.Builder
The status of the Explainability.
status() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityInfo
The status of the Explainability.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilitySummary.Builder
The status of the Explainability.
status() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
The status of the Explainability.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary.Builder
The status of the forecast export job.
status() - Method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
The status of the forecast export job.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastSummary.Builder
The status of the forecast.
status() - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
The status of the forecast.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary.Builder
The status of the predictor backtest export job.
status() - Method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
The status of the predictor backtest export job.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorSummary.Builder
The status of the predictor.
status() - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
The status of the predictor.
status(String) - Method in interface software.amazon.awssdk.services.forecast.model.TestWindowSummary.Builder
The status of the test.
status() - Method in class software.amazon.awssdk.services.forecast.model.TestWindowSummary
The status of the test.
statusCode(int) - Method in interface software.amazon.awssdk.services.forecast.model.ForecastException.Builder
 
statusCode(int) - Method in class software.amazon.awssdk.services.forecast.model.ForecastException.BuilderImpl
 
statusCode(int) - Method in interface software.amazon.awssdk.services.forecast.model.InvalidInputException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.forecast.model.InvalidNextTokenException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.forecast.model.LimitExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceAlreadyExistsException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceInUseException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.forecast.model.ResourceNotFoundException.Builder
 
stddev(Double) - Method in interface software.amazon.awssdk.services.forecast.model.Statistics.Builder
For a numeric field, the standard deviation.
stddev() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
For a numeric field, the standard deviation.
stopResource(StopResourceRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Stops a resource.
stopResource(Consumer<StopResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Stops a resource.
stopResource(StopResourceRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Stops a resource.
stopResource(Consumer<StopResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Stops a resource.
StopResourceRequest - Class in software.amazon.awssdk.services.forecast.model
 
StopResourceRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
StopResourceRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
StopResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.StopResourceRequestMarshaller
 
StopResourceResponse - Class in software.amazon.awssdk.services.forecast.model
 
StopResourceResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
subscribe(Subscriber<? super ListDatasetGroupsResponse>) - Method in class software.amazon.awssdk.services.forecast.paginators.ListDatasetGroupsPublisher
 
subscribe(Subscriber<? super ListDatasetImportJobsResponse>) - Method in class software.amazon.awssdk.services.forecast.paginators.ListDatasetImportJobsPublisher
 
subscribe(Subscriber<? super ListDatasetsResponse>) - Method in class software.amazon.awssdk.services.forecast.paginators.ListDatasetsPublisher
 
subscribe(Subscriber<? super ListForecastExportJobsResponse>) - Method in class software.amazon.awssdk.services.forecast.paginators.ListForecastExportJobsPublisher
 
subscribe(Subscriber<? super ListForecastsResponse>) - Method in class software.amazon.awssdk.services.forecast.paginators.ListForecastsPublisher
 
subscribe(Subscriber<? super ListPredictorBacktestExportJobsResponse>) - Method in class software.amazon.awssdk.services.forecast.paginators.ListPredictorBacktestExportJobsPublisher
 
subscribe(Subscriber<? super ListPredictorsResponse>) - Method in class software.amazon.awssdk.services.forecast.paginators.ListPredictorsPublisher
 
SupplementaryFeature - Class in software.amazon.awssdk.services.forecast.model
SupplementaryFeature.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
supplementaryFeatures(Collection<SupplementaryFeature>) - Method in interface software.amazon.awssdk.services.forecast.model.InputDataConfig.Builder
An array of supplementary features.
supplementaryFeatures(SupplementaryFeature...) - Method in interface software.amazon.awssdk.services.forecast.model.InputDataConfig.Builder
An array of supplementary features.
supplementaryFeatures(Consumer<SupplementaryFeature.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.InputDataConfig.Builder
An array of supplementary features.
supplementaryFeatures() - Method in class software.amazon.awssdk.services.forecast.model.InputDataConfig
An array of supplementary features.

T

Tag - Class in software.amazon.awssdk.services.forecast.model
The optional metadata that you apply to a resource to help you categorize and organize them.
Tag.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
tagKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.UntagResourceRequest.Builder
The keys of the tags to be removed.
tagKeys(String...) - Method in interface software.amazon.awssdk.services.forecast.model.UntagResourceRequest.Builder
The keys of the tags to be removed.
tagKeys() - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceRequest
The keys of the tags to be removed.
tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Associates the specified tags to a resource with the specified resourceArn.
tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Associates the specified tags to a resource with the specified resourceArn.
tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Associates the specified tags to a resource with the specified resourceArn.
tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Associates the specified tags to a resource with the specified resourceArn.
TagResourceRequest - Class in software.amazon.awssdk.services.forecast.model
 
TagResourceRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
TagResourceRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
TagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.TagResourceRequestMarshaller
 
TagResourceResponse - Class in software.amazon.awssdk.services.forecast.model
 
TagResourceResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
Optional metadata to help you categorize and organize your predictors.
tags(Tag...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
Optional metadata to help you categorize and organize your predictors.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest.Builder
Optional metadata to help you categorize and organize your predictors.
tags() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
Optional metadata to help you categorize and organize your predictors.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest.Builder
The optional metadata that you apply to the dataset group to help you categorize and organize them.
tags(Tag...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest.Builder
The optional metadata that you apply to the dataset group to help you categorize and organize them.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest.Builder
The optional metadata that you apply to the dataset group to help you categorize and organize them.
tags() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
The optional metadata that you apply to the dataset group to help you categorize and organize them.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest.Builder
The optional metadata that you apply to the dataset import job to help you categorize and organize them.
tags(Tag...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest.Builder
The optional metadata that you apply to the dataset import job to help you categorize and organize them.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest.Builder
The optional metadata that you apply to the dataset import job to help you categorize and organize them.
tags() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
The optional metadata that you apply to the dataset import job to help you categorize and organize them.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
The optional metadata that you apply to the dataset to help you categorize and organize them.
tags(Tag...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
The optional metadata that you apply to the dataset to help you categorize and organize them.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetRequest.Builder
The optional metadata that you apply to the dataset to help you categorize and organize them.
tags() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
The optional metadata that you apply to the dataset to help you categorize and organize them.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest.Builder
Optional metadata to help you categorize and organize your resources.
tags(Tag...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest.Builder
Optional metadata to help you categorize and organize your resources.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest.Builder
Optional metadata to help you categorize and organize your resources.
tags() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest
Optional metadata to help you categorize and organize your resources.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
Optional metadata to help you categorize and organize your resources.
tags(Tag...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
Optional metadata to help you categorize and organize your resources.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest.Builder
Optional metadata to help you categorize and organize your resources.
tags() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
Optional metadata to help you categorize and organize your resources.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest.Builder
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
tags(Tag...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest.Builder
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest.Builder
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
tags() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest
The optional metadata that you apply to the forecast export job to help you categorize and organize them.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastRequest.Builder
The optional metadata that you apply to the forecast to help you categorize and organize them.
tags(Tag...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastRequest.Builder
The optional metadata that you apply to the forecast to help you categorize and organize them.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.CreateForecastRequest.Builder
The optional metadata that you apply to the forecast to help you categorize and organize them.
tags() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
The optional metadata that you apply to the forecast to help you categorize and organize them.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest.Builder
Optional metadata to help you categorize and organize your backtests.
tags(Tag...) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest.Builder
Optional metadata to help you categorize and organize your backtests.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest.Builder
Optional metadata to help you categorize and organize your backtests.
tags() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest
Optional metadata to help you categorize and organize your backtests.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
The optional metadata that you apply to the predictor to help you categorize and organize them.
tags(Tag...) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
The optional metadata that you apply to the predictor to help you categorize and organize them.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
The optional metadata that you apply to the predictor to help you categorize and organize them.
tags() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
The optional metadata that you apply to the predictor to help you categorize and organize them.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.forecast.model.ListTagsForResourceResponse.Builder
The tags for the resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.forecast.model.ListTagsForResourceResponse.Builder
The tags for the resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.ListTagsForResourceResponse.Builder
The tags for the resource.
tags() - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceResponse
The tags for the resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.forecast.model.TagResourceRequest.Builder
The tags to add to the resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.forecast.model.TagResourceRequest.Builder
The tags to add to the resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.TagResourceRequest.Builder
The tags to add to the resource.
tags() - Method in class software.amazon.awssdk.services.forecast.model.TagResourceRequest
The tags to add to the resource.
testWindowEnd(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.TestWindowSummary.Builder
The time at which the test ended.
testWindowEnd() - Method in class software.amazon.awssdk.services.forecast.model.TestWindowSummary
The time at which the test ended.
testWindowEnd(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.WindowSummary.Builder
The timestamp that defines the end of the window.
testWindowEnd() - Method in class software.amazon.awssdk.services.forecast.model.WindowSummary
The timestamp that defines the end of the window.
testWindows(Collection<WindowSummary>) - Method in interface software.amazon.awssdk.services.forecast.model.EvaluationResult.Builder
The array of test windows used for evaluating the algorithm.
testWindows(WindowSummary...) - Method in interface software.amazon.awssdk.services.forecast.model.EvaluationResult.Builder
The array of test windows used for evaluating the algorithm.
testWindows(Consumer<WindowSummary.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.EvaluationResult.Builder
The array of test windows used for evaluating the algorithm.
testWindows() - Method in class software.amazon.awssdk.services.forecast.model.EvaluationResult
The array of test windows used for evaluating the algorithm.
testWindows(Collection<TestWindowSummary>) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorExecution.Builder
An array of test windows used to evaluate the algorithm.
testWindows(TestWindowSummary...) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorExecution.Builder
An array of test windows used to evaluate the algorithm.
testWindows(Consumer<TestWindowSummary.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.PredictorExecution.Builder
An array of test windows used to evaluate the algorithm.
testWindows() - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecution
An array of test windows used to evaluate the algorithm.
testWindowStart(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.TestWindowSummary.Builder
The time at which the test began.
testWindowStart() - Method in class software.amazon.awssdk.services.forecast.model.TestWindowSummary
The time at which the test began.
testWindowStart(Instant) - Method in interface software.amazon.awssdk.services.forecast.model.WindowSummary.Builder
The timestamp that defines the start of the window.
testWindowStart() - Method in class software.amazon.awssdk.services.forecast.model.WindowSummary
The timestamp that defines the start of the window.
TestWindowSummary - Class in software.amazon.awssdk.services.forecast.model
The status, start time, and end time of a backtest, as well as a failure reason if applicable.
TestWindowSummary.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
timePointGranularity(String) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilityConfig.Builder
To create an Explainability for all time points in your forecast horizon, use ALL.
timePointGranularity(TimePointGranularity) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilityConfig.Builder
To create an Explainability for all time points in your forecast horizon, use ALL.
timePointGranularity() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityConfig
To create an Explainability for all time points in your forecast horizon, use ALL.
TimePointGranularity - Enum in software.amazon.awssdk.services.forecast.model
 
timePointGranularityAsString() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityConfig
To create an Explainability for all time points in your forecast horizon, use ALL.
timeSeriesGranularity(String) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilityConfig.Builder
To create an Explainability for all time series in your datasets, use ALL.
timeSeriesGranularity(TimeSeriesGranularity) - Method in interface software.amazon.awssdk.services.forecast.model.ExplainabilityConfig.Builder
To create an Explainability for all time series in your datasets, use ALL.
timeSeriesGranularity() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityConfig
To create an Explainability for all time series in your datasets, use ALL.
TimeSeriesGranularity - Enum in software.amazon.awssdk.services.forecast.model
 
timeSeriesGranularityAsString() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityConfig
To create an Explainability for all time series in your datasets, use ALL.
timestampFormat(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest.Builder
The format of timestamps in the dataset.
timestampFormat() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
The format of timestamps in the dataset.
timestampFormat(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
The format of timestamps in the dataset.
timestampFormat() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
The format of timestamps in the dataset.
timeZone(String) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest.Builder
A single time zone for every item in your dataset.
timeZone() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
A single time zone for every item in your dataset.
timeZone(String) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
The single time zone applied to every item in the dataset
timeZone() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
The single time zone applied to every item in the dataset
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.AdditionalDataset
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.AttributeConfig
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CategoricalParameterRange
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ContinuousParameterRange
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DataConfig
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DataDestination
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DatasetGroupSummary
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DataSource
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.EncryptionConfig
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ErrorMetric
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.EvaluationParameters
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.EvaluationResult
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityConfig
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityInfo
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.Featurization
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationConfig
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationMethod
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.Filter
 
toBuilder() - Method in exception software.amazon.awssdk.services.forecast.model.ForecastException
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ForecastRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.HyperParameterTuningJobConfig
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.InputDataConfig
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.IntegerParameterRange
 
toBuilder() - Method in exception software.amazon.awssdk.services.forecast.model.InvalidInputException
 
toBuilder() - Method in exception software.amazon.awssdk.services.forecast.model.InvalidNextTokenException
 
toBuilder() - Method in exception software.amazon.awssdk.services.forecast.model.LimitExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.Metrics
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecution
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary
 
toBuilder() - Method in exception software.amazon.awssdk.services.forecast.model.ResourceAlreadyExistsException
 
toBuilder() - Method in exception software.amazon.awssdk.services.forecast.model.ResourceInUseException
 
toBuilder() - Method in exception software.amazon.awssdk.services.forecast.model.ResourceNotFoundException
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.S3Config
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.Schema
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.SchemaAttribute
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.StopResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.StopResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.SupplementaryFeature
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.Tag
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.TagResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.TagResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.TestWindowSummary
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss
 
toBuilder() - Method in class software.amazon.awssdk.services.forecast.model.WindowSummary
 
toString() - Method in class software.amazon.awssdk.services.forecast.model.AdditionalDataset
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.AttributeConfig
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.forecast.model.AttributeType
 
toString() - Method in enum software.amazon.awssdk.services.forecast.model.AutoMLOverrideStrategy
 
toString() - Method in class software.amazon.awssdk.services.forecast.model.CategoricalParameterRange
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ContinuousParameterRange
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateAutoPredictorResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityExportResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateExplainabilityResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastExportJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreateForecastResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorBacktestExportJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DataConfig
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DataDestination
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DatasetGroupSummary
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DatasetImportJobSummary
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DatasetSummary
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.forecast.model.DatasetType
 
toString() - Method in class software.amazon.awssdk.services.forecast.model.DataSource
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetImportJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteDatasetResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityExportResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteExplainabilityResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastExportJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteForecastResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorBacktestExportJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeletePredictorResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DeleteResourceTreeResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeAutoPredictorResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityExportResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeExplainabilityResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastExportJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribeForecastResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorBacktestExportJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.forecast.model.Domain
 
toString() - Method in class software.amazon.awssdk.services.forecast.model.EncryptionConfig
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ErrorMetric
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.EvaluationParameters
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.EvaluationResult
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.forecast.model.EvaluationType
 
toString() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityConfig
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityExportSummary
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilityInfo
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ExplainabilitySummary
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.Featurization
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationConfig
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.FeaturizationMethod
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.forecast.model.FeaturizationMethodName
 
toString() - Method in class software.amazon.awssdk.services.forecast.model.Filter
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.forecast.model.FilterConditionString
 
toString() - Method in class software.amazon.awssdk.services.forecast.model.ForecastExportJobSummary
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ForecastSummary
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.GetAccuracyMetricsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.HyperParameterTuningJobConfig
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.InputDataConfig
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.IntegerParameterRange
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetGroupsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetImportJobsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListDatasetsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilitiesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListExplainabilityExportsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastExportJobsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListForecastsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorBacktestExportJobsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListPredictorsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ListTagsForResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.Metrics
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.forecast.model.OptimizationMetric
 
toString() - Method in class software.amazon.awssdk.services.forecast.model.ParameterRanges
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.PredictorBacktestExportJobSummary
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecution
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.PredictorExecutionDetails
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.PredictorSummary
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.ReferencePredictorSummary
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.S3Config
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.forecast.model.ScalingType
 
toString() - Method in class software.amazon.awssdk.services.forecast.model.Schema
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.SchemaAttribute
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.forecast.model.State
 
toString() - Method in class software.amazon.awssdk.services.forecast.model.Statistics
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.StopResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.StopResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.SupplementaryFeature
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.Tag
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.TagResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.TestWindowSummary
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.forecast.model.TimePointGranularity
 
toString() - Method in enum software.amazon.awssdk.services.forecast.model.TimeSeriesGranularity
 
toString() - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.UntagResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.UpdateDatasetGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.forecast.model.WindowSummary
Returns a string representation of this object.
trainingParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.forecast.model.CreatePredictorRequest.Builder
The hyperparameters to override for model training.
trainingParameters() - Method in class software.amazon.awssdk.services.forecast.model.CreatePredictorRequest
The hyperparameters to override for model training.
trainingParameters(Map<String, String>) - Method in interface software.amazon.awssdk.services.forecast.model.DescribePredictorResponse.Builder
The default training parameters or overrides selected during model training.
trainingParameters() - Method in class software.amazon.awssdk.services.forecast.model.DescribePredictorResponse
The default training parameters or overrides selected during model training.
transformations(Map<String, String>) - Method in interface software.amazon.awssdk.services.forecast.model.AttributeConfig.Builder
The method parameters (key-value pairs), which are a map of override parameters.
transformations() - Method in class software.amazon.awssdk.services.forecast.model.AttributeConfig
The method parameters (key-value pairs), which are a map of override parameters.

U

untagResource(UntagResourceRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes the specified tags from a resource.
untagResource(Consumer<UntagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Deletes the specified tags from a resource.
untagResource(UntagResourceRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes the specified tags from a resource.
untagResource(Consumer<UntagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Deletes the specified tags from a resource.
UntagResourceRequest - Class in software.amazon.awssdk.services.forecast.model
 
UntagResourceRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
UntagResourceRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
UntagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.UntagResourceRequestMarshaller
 
UntagResourceResponse - Class in software.amazon.awssdk.services.forecast.model
 
UntagResourceResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
updateDatasetGroup(UpdateDatasetGroupRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Replaces the datasets in a dataset group with the specified datasets.
updateDatasetGroup(Consumer<UpdateDatasetGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastAsyncClient
Replaces the datasets in a dataset group with the specified datasets.
updateDatasetGroup(UpdateDatasetGroupRequest) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Replaces the datasets in a dataset group with the specified datasets.
updateDatasetGroup(Consumer<UpdateDatasetGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.forecast.ForecastClient
Replaces the datasets in a dataset group with the specified datasets.
UpdateDatasetGroupRequest - Class in software.amazon.awssdk.services.forecast.model
 
UpdateDatasetGroupRequest.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
UpdateDatasetGroupRequestMarshaller - Class in software.amazon.awssdk.services.forecast.transform
UpdateDatasetGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.forecast.transform.UpdateDatasetGroupRequestMarshaller
 
UpdateDatasetGroupResponse - Class in software.amazon.awssdk.services.forecast.model
 
UpdateDatasetGroupResponse.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
useGeolocationForTimeZone(Boolean) - Method in interface software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest.Builder
Automatically derive time zone information from the geolocation attribute.
useGeolocationForTimeZone() - Method in class software.amazon.awssdk.services.forecast.model.CreateDatasetImportJobRequest
Automatically derive time zone information from the geolocation attribute.
useGeolocationForTimeZone(Boolean) - Method in interface software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse.Builder
Whether TimeZone is automatically derived from the geolocation attribute.
useGeolocationForTimeZone() - Method in class software.amazon.awssdk.services.forecast.model.DescribeDatasetImportJobResponse
Whether TimeZone is automatically derived from the geolocation attribute.

V

value(String) - Method in interface software.amazon.awssdk.services.forecast.model.Filter.Builder
The value to match.
value() - Method in class software.amazon.awssdk.services.forecast.model.Filter
The value to match.
value(String) - Method in interface software.amazon.awssdk.services.forecast.model.SupplementaryFeature.Builder
Weather Index
value() - Method in class software.amazon.awssdk.services.forecast.model.SupplementaryFeature
Weather Index
value(String) - Method in interface software.amazon.awssdk.services.forecast.model.Tag.Builder
The optional part of a key-value pair that makes up a tag.
value() - Method in class software.amazon.awssdk.services.forecast.model.Tag
The optional part of a key-value pair that makes up a tag.
valueOf(String) - Static method in enum software.amazon.awssdk.services.forecast.model.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.forecast.model.AutoMLOverrideStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.forecast.model.DatasetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.forecast.model.Domain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.forecast.model.EvaluationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.forecast.model.FeaturizationMethodName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.forecast.model.FilterConditionString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.forecast.model.OptimizationMetric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.forecast.model.ScalingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.forecast.model.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.forecast.model.TimePointGranularity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.forecast.model.TimeSeriesGranularity
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.services.forecast.model.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.forecast.model.AutoMLOverrideStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values(Collection<String>) - Method in interface software.amazon.awssdk.services.forecast.model.CategoricalParameterRange.Builder
A list of the tunable categories for the hyperparameter.
values(String...) - Method in interface software.amazon.awssdk.services.forecast.model.CategoricalParameterRange.Builder
A list of the tunable categories for the hyperparameter.
values() - Method in class software.amazon.awssdk.services.forecast.model.CategoricalParameterRange
A list of the tunable categories for the hyperparameter.
values() - Static method in enum software.amazon.awssdk.services.forecast.model.DatasetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.forecast.model.Domain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.forecast.model.EvaluationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.forecast.model.FeaturizationMethodName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.forecast.model.FilterConditionString
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.forecast.model.OptimizationMetric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.forecast.model.ScalingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.forecast.model.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.forecast.model.TimePointGranularity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.forecast.model.TimeSeriesGranularity
Returns an array containing the constants of this enum type, in the order they are declared.

W

wape(Double) - Method in interface software.amazon.awssdk.services.forecast.model.ErrorMetric.Builder
The weighted absolute percentage error (WAPE).
wape() - Method in class software.amazon.awssdk.services.forecast.model.ErrorMetric
The weighted absolute percentage error (WAPE).
WeightedQuantileLoss - Class in software.amazon.awssdk.services.forecast.model
The weighted loss value for a quantile.
WeightedQuantileLoss.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
weightedQuantileLosses(Collection<WeightedQuantileLoss>) - Method in interface software.amazon.awssdk.services.forecast.model.Metrics.Builder
An array of weighted quantile losses.
weightedQuantileLosses(WeightedQuantileLoss...) - Method in interface software.amazon.awssdk.services.forecast.model.Metrics.Builder
An array of weighted quantile losses.
weightedQuantileLosses(Consumer<WeightedQuantileLoss.Builder>...) - Method in interface software.amazon.awssdk.services.forecast.model.Metrics.Builder
An array of weighted quantile losses.
weightedQuantileLosses() - Method in class software.amazon.awssdk.services.forecast.model.Metrics
An array of weighted quantile losses.
WindowSummary - Class in software.amazon.awssdk.services.forecast.model
The metrics for a time range within the evaluation portion of a dataset.
WindowSummary.Builder - Interface in software.amazon.awssdk.services.forecast.model
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2022. All rights reserved.