| Package | Description |
|---|---|
| com.amazonaws.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
DescribePredictorResult |
AbstractAmazonForecast.describePredictor(DescribePredictorRequest request) |
DescribePredictorResult |
AmazonForecastClient.describePredictor(DescribePredictorRequest request)
|
DescribePredictorResult |
AmazonForecast.describePredictor(DescribePredictorRequest describePredictorRequest)
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribePredictorResult> |
AbstractAmazonForecastAsync.describePredictorAsync(DescribePredictorRequest request,
AsyncHandler<DescribePredictorRequest,DescribePredictorResult> asyncHandler) |
Future<DescribePredictorResult> |
AmazonForecastAsyncClient.describePredictorAsync(DescribePredictorRequest request,
AsyncHandler<DescribePredictorRequest,DescribePredictorResult> asyncHandler) |
Future<DescribePredictorResult> |
AmazonForecastAsync.describePredictorAsync(DescribePredictorRequest describePredictorRequest,
AsyncHandler<DescribePredictorRequest,DescribePredictorResult> asyncHandler)
|
| Modifier and Type | Method and Description |
|---|---|
DescribePredictorResult |
DescribePredictorResult.addTrainingParametersEntry(String key,
String value)
Add a single TrainingParameters entry
|
DescribePredictorResult |
DescribePredictorResult.clearTrainingParametersEntries()
Removes all the entries added into TrainingParameters.
|
DescribePredictorResult |
DescribePredictorResult.clone() |
DescribePredictorResult |
DescribePredictorResult.withAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm used for model training.
|
DescribePredictorResult |
DescribePredictorResult.withAutoMLAlgorithmArns(Collection<String> autoMLAlgorithmArns)
When
PerformAutoML is specified, the ARN of the chosen algorithm. |
DescribePredictorResult |
DescribePredictorResult.withAutoMLAlgorithmArns(String... autoMLAlgorithmArns)
When
PerformAutoML is specified, the ARN of the chosen algorithm. |
DescribePredictorResult |
DescribePredictorResult.withAutoMLOverrideStrategy(AutoMLOverrideStrategy autoMLOverrideStrategy)
|
DescribePredictorResult |
DescribePredictorResult.withAutoMLOverrideStrategy(String autoMLOverrideStrategy)
|
DescribePredictorResult |
DescribePredictorResult.withCreationTime(Date creationTime)
When the model training task was created.
|
DescribePredictorResult |
DescribePredictorResult.withDatasetImportJobArns(Collection<String> datasetImportJobArns)
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withDatasetImportJobArns(String... datasetImportJobArns)
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withEncryptionConfig(EncryptionConfig encryptionConfig)
An Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can
assume to access the key.
|
DescribePredictorResult |
DescribePredictorResult.withEstimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The estimated time remaining in minutes for the predictor training job to complete.
|
DescribePredictorResult |
DescribePredictorResult.withEvaluationParameters(EvaluationParameters evaluationParameters)
Used to override the default evaluation parameters of the specified algorithm.
|
DescribePredictorResult |
DescribePredictorResult.withFeaturizationConfig(FeaturizationConfig featurizationConfig)
The featurization configuration.
|
DescribePredictorResult |
DescribePredictorResult.withForecastHorizon(Integer forecastHorizon)
The number of time-steps of the forecast.
|
DescribePredictorResult |
DescribePredictorResult.withForecastTypes(Collection<String> forecastTypes)
The forecast types used during predictor training.
|
DescribePredictorResult |
DescribePredictorResult.withForecastTypes(String... forecastTypes)
The forecast types used during predictor training.
|
DescribePredictorResult |
DescribePredictorResult.withHPOConfig(HyperParameterTuningJobConfig hPOConfig)
The hyperparameter override values for the algorithm.
|
DescribePredictorResult |
DescribePredictorResult.withInputDataConfig(InputDataConfig inputDataConfig)
Describes the dataset group that contains the data to use to train the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withIsAutoPredictor(Boolean isAutoPredictor)
Whether the predictor was created with CreateAutoPredictor.
|
DescribePredictorResult |
DescribePredictorResult.withLastModificationTime(Date lastModificationTime)
The last time the resource was modified.
|
DescribePredictorResult |
DescribePredictorResult.withMessage(String message)
If an error occurred, an informational message about the error.
|
DescribePredictorResult |
DescribePredictorResult.withOptimizationMetric(OptimizationMetric optimizationMetric)
The accuracy metric used to optimize the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withOptimizationMetric(String optimizationMetric)
The accuracy metric used to optimize the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withPerformAutoML(Boolean performAutoML)
Whether the predictor is set to perform AutoML.
|
DescribePredictorResult |
DescribePredictorResult.withPerformHPO(Boolean performHPO)
Whether the predictor is set to perform hyperparameter optimization (HPO).
|
DescribePredictorResult |
DescribePredictorResult.withPredictorArn(String predictorArn)
The ARN of the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withPredictorExecutionDetails(PredictorExecutionDetails predictorExecutionDetails)
Details on the the status and results of the backtests performed to evaluate the accuracy of the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withPredictorName(String predictorName)
The name of the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withStatus(String status)
The status of the predictor.
|
DescribePredictorResult |
DescribePredictorResult.withTrainingParameters(Map<String,String> trainingParameters)
The default training parameters or overrides selected during model training.
|
Copyright © 2024. All rights reserved.