| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.algorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm used for model training.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.autoMLAlgorithmArns(Collection<String> autoMLAlgorithmArns)
When
PerformAutoML is specified, the ARN of the chosen algorithm. |
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.autoMLAlgorithmArns(String... autoMLAlgorithmArns)
When
PerformAutoML is specified, the ARN of the chosen algorithm. |
static DescribePredictorResponse.Builder |
DescribePredictorResponse.builder() |
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.creationTime(Instant creationTime)
When the model training task was created.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.datasetImportJobArns(Collection<String> datasetImportJobArns)
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.datasetImportJobArns(String... datasetImportJobArns)
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
|
default DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
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.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.encryptionConfig(EncryptionConfig encryptionConfig)
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.
|
default DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.evaluationParameters(Consumer<EvaluationParameters.Builder> evaluationParameters)
Used to override the default evaluation parameters of the specified algorithm.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.evaluationParameters(EvaluationParameters evaluationParameters)
Used to override the default evaluation parameters of the specified algorithm.
|
default DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.featurizationConfig(Consumer<FeaturizationConfig.Builder> featurizationConfig)
The featurization configuration.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.featurizationConfig(FeaturizationConfig featurizationConfig)
The featurization configuration.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.forecastHorizon(Integer forecastHorizon)
The number of time-steps of the forecast.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.forecastTypes(Collection<String> forecastTypes)
The forecast types used during predictor training.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.forecastTypes(String... forecastTypes)
The forecast types used during predictor training.
|
default DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.hpoConfig(Consumer<HyperParameterTuningJobConfig.Builder> hpoConfig)
The hyperparameter override values for the algorithm.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.hpoConfig(HyperParameterTuningJobConfig hpoConfig)
The hyperparameter override values for the algorithm.
|
default DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Describes the dataset group that contains the data to use to train the predictor.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.inputDataConfig(InputDataConfig inputDataConfig)
Describes the dataset group that contains the data to use to train the predictor.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.lastModificationTime(Instant lastModificationTime)
Initially, the same as
CreationTime (when the status is CREATE_PENDING). |
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.message(String message)
If an error occurred, an informational message about the error.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.performAutoML(Boolean performAutoML)
Whether the predictor is set to perform AutoML.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.performHPO(Boolean performHPO)
Whether the predictor is set to perform hyperparameter optimization (HPO).
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.predictorArn(String predictorArn)
The ARN of the predictor.
|
default DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.predictorExecutionDetails(Consumer<PredictorExecutionDetails.Builder> predictorExecutionDetails)
Details on the the status and results of the backtests performed to evaluate the accuracy of the predictor.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.predictorExecutionDetails(PredictorExecutionDetails predictorExecutionDetails)
Details on the the status and results of the backtests performed to evaluate the accuracy of the predictor.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.predictorName(String predictorName)
The name of the predictor.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.status(String status)
The status of the predictor.
|
DescribePredictorResponse.Builder |
DescribePredictorResponse.toBuilder() |
DescribePredictorResponse.Builder |
DescribePredictorResponse.Builder.trainingParameters(Map<String,String> trainingParameters)
The default training parameters or overrides selected during model training.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribePredictorResponse.Builder> |
DescribePredictorResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.