public static interface DescribeAutoPredictorResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<DescribeAutoPredictorResponse.Builder,DescribeAutoPredictorResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoPredictorResponse.Builder |
creationTime(Instant creationTime)
The timestamp of the CreateAutoPredictor request.
|
default DescribeAutoPredictorResponse.Builder |
dataConfig(Consumer<DataConfig.Builder> dataConfig)
The data configuration for your dataset group and any additional datasets.
|
DescribeAutoPredictorResponse.Builder |
dataConfig(DataConfig dataConfig)
The data configuration for your dataset group and any additional datasets.
|
DescribeAutoPredictorResponse.Builder |
datasetImportJobArns(Collection<String> datasetImportJobArns)
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
|
DescribeAutoPredictorResponse.Builder |
datasetImportJobArns(String... datasetImportJobArns)
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
|
default DescribeAutoPredictorResponse.Builder |
encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
Sets the value of the EncryptionConfig property for this object.
|
DescribeAutoPredictorResponse.Builder |
encryptionConfig(EncryptionConfig encryptionConfig)
Sets the value of the EncryptionConfig property for this object.
|
DescribeAutoPredictorResponse.Builder |
estimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The estimated time remaining in minutes for the predictor training job to complete.
|
default DescribeAutoPredictorResponse.Builder |
explainabilityInfo(Consumer<ExplainabilityInfo.Builder> explainabilityInfo)
Provides the status and ARN of the Predictor Explainability.
|
DescribeAutoPredictorResponse.Builder |
explainabilityInfo(ExplainabilityInfo explainabilityInfo)
Provides the status and ARN of the Predictor Explainability.
|
DescribeAutoPredictorResponse.Builder |
forecastDimensions(Collection<String> forecastDimensions)
An array of dimension (field) names that specify the attributes used to group your time series.
|
DescribeAutoPredictorResponse.Builder |
forecastDimensions(String... forecastDimensions)
An array of dimension (field) names that specify the attributes used to group your time series.
|
DescribeAutoPredictorResponse.Builder |
forecastFrequency(String forecastFrequency)
The frequency of predictions in a forecast.
|
DescribeAutoPredictorResponse.Builder |
forecastHorizon(Integer forecastHorizon)
The number of time-steps that the model predicts.
|
DescribeAutoPredictorResponse.Builder |
forecastTypes(Collection<String> forecastTypes)
The forecast types used during predictor training.
|
DescribeAutoPredictorResponse.Builder |
forecastTypes(String... forecastTypes)
The forecast types used during predictor training.
|
DescribeAutoPredictorResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
DescribeAutoPredictorResponse.Builder |
message(String message)
In the event of an error, a message detailing the cause of the error.
|
default DescribeAutoPredictorResponse.Builder |
monitorInfo(Consumer<MonitorInfo.Builder> monitorInfo)
A object with the Amazon Resource Name (ARN) and status of the monitor resource.
|
DescribeAutoPredictorResponse.Builder |
monitorInfo(MonitorInfo monitorInfo)
A object with the Amazon Resource Name (ARN) and status of the monitor resource.
|
DescribeAutoPredictorResponse.Builder |
optimizationMetric(OptimizationMetric optimizationMetric)
The accuracy metric used to optimize the predictor.
|
DescribeAutoPredictorResponse.Builder |
optimizationMetric(String optimizationMetric)
The accuracy metric used to optimize the predictor.
|
DescribeAutoPredictorResponse.Builder |
predictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor
|
DescribeAutoPredictorResponse.Builder |
predictorName(String predictorName)
The name of the predictor.
|
default DescribeAutoPredictorResponse.Builder |
referencePredictorSummary(Consumer<ReferencePredictorSummary.Builder> referencePredictorSummary)
The ARN and state of the reference predictor.
|
DescribeAutoPredictorResponse.Builder |
referencePredictorSummary(ReferencePredictorSummary referencePredictorSummary)
The ARN and state of the reference predictor.
|
DescribeAutoPredictorResponse.Builder |
status(String status)
The status of the predictor.
|
default DescribeAutoPredictorResponse.Builder |
timeAlignmentBoundary(Consumer<TimeAlignmentBoundary.Builder> timeAlignmentBoundary)
The time boundary Forecast uses when aggregating data.
|
DescribeAutoPredictorResponse.Builder |
timeAlignmentBoundary(TimeAlignmentBoundary timeAlignmentBoundary)
The time boundary Forecast uses when aggregating data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAutoPredictorResponse.Builder predictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor
predictorArn - The Amazon Resource Name (ARN) of the predictorDescribeAutoPredictorResponse.Builder predictorName(String predictorName)
The name of the predictor.
predictorName - The name of the predictor.DescribeAutoPredictorResponse.Builder forecastHorizon(Integer forecastHorizon)
The number of time-steps that the model predicts. The forecast horizon is also called the prediction length.
forecastHorizon - The number of time-steps that the model predicts. The forecast horizon is also called the prediction
length.DescribeAutoPredictorResponse.Builder forecastTypes(Collection<String> forecastTypes)
The forecast types used during predictor training. Default value is ["0.1","0.5","0.9"].
forecastTypes - The forecast types used during predictor training. Default value is ["0.1","0.5","0.9"].DescribeAutoPredictorResponse.Builder forecastTypes(String... forecastTypes)
The forecast types used during predictor training. Default value is ["0.1","0.5","0.9"].
forecastTypes - The forecast types used during predictor training. Default value is ["0.1","0.5","0.9"].DescribeAutoPredictorResponse.Builder forecastFrequency(String forecastFrequency)
The frequency of predictions in a forecast.
Valid intervals are Y (Year), M (Month), W (Week), D (Day), H (Hour), 30min (30 minutes), 15min (15 minutes), 10min (10 minutes), 5min (5 minutes), and 1min (1 minute). For example, "Y" indicates every year and "5min" indicates every five minutes.
forecastFrequency - The frequency of predictions in a forecast.
Valid intervals are Y (Year), M (Month), W (Week), D (Day), H (Hour), 30min (30 minutes), 15min (15 minutes), 10min (10 minutes), 5min (5 minutes), and 1min (1 minute). For example, "Y" indicates every year and "5min" indicates every five minutes.
DescribeAutoPredictorResponse.Builder forecastDimensions(Collection<String> forecastDimensions)
An array of dimension (field) names that specify the attributes used to group your time series.
forecastDimensions - An array of dimension (field) names that specify the attributes used to group your time series.DescribeAutoPredictorResponse.Builder forecastDimensions(String... forecastDimensions)
An array of dimension (field) names that specify the attributes used to group your time series.
forecastDimensions - An array of dimension (field) names that specify the attributes used to group your time series.DescribeAutoPredictorResponse.Builder datasetImportJobArns(Collection<String> datasetImportJobArns)
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
datasetImportJobArns - An array of the ARNs of the dataset import jobs used to import training data for the predictor.DescribeAutoPredictorResponse.Builder datasetImportJobArns(String... datasetImportJobArns)
An array of the ARNs of the dataset import jobs used to import training data for the predictor.
datasetImportJobArns - An array of the ARNs of the dataset import jobs used to import training data for the predictor.DescribeAutoPredictorResponse.Builder dataConfig(DataConfig dataConfig)
The data configuration for your dataset group and any additional datasets.
dataConfig - The data configuration for your dataset group and any additional datasets.default DescribeAutoPredictorResponse.Builder dataConfig(Consumer<DataConfig.Builder> dataConfig)
The data configuration for your dataset group and any additional datasets.
This is a convenience method that creates an instance of theDataConfig.Builder avoiding the need to
create one manually via DataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataConfig(DataConfig).
dataConfig - a consumer that will call methods on DataConfig.BuilderdataConfig(DataConfig)DescribeAutoPredictorResponse.Builder encryptionConfig(EncryptionConfig encryptionConfig)
encryptionConfig - The new value for the EncryptionConfig property for this object.default DescribeAutoPredictorResponse.Builder encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
EncryptionConfig.Builder avoiding the
need to create one manually via EncryptionConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to encryptionConfig(EncryptionConfig).
encryptionConfig - a consumer that will call methods on EncryptionConfig.BuilderencryptionConfig(EncryptionConfig)DescribeAutoPredictorResponse.Builder referencePredictorSummary(ReferencePredictorSummary referencePredictorSummary)
The ARN and state of the reference predictor. This parameter is only valid for retrained or upgraded predictors.
referencePredictorSummary - The ARN and state of the reference predictor. This parameter is only valid for retrained or upgraded
predictors.default DescribeAutoPredictorResponse.Builder referencePredictorSummary(Consumer<ReferencePredictorSummary.Builder> referencePredictorSummary)
The ARN and state of the reference predictor. This parameter is only valid for retrained or upgraded predictors.
This is a convenience method that creates an instance of theReferencePredictorSummary.Builder
avoiding the need to create one manually via ReferencePredictorSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to referencePredictorSummary(ReferencePredictorSummary).
referencePredictorSummary - a consumer that will call methods on ReferencePredictorSummary.BuilderreferencePredictorSummary(ReferencePredictorSummary)DescribeAutoPredictorResponse.Builder estimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The estimated time remaining in minutes for the predictor training job to complete.
estimatedTimeRemainingInMinutes - The estimated time remaining in minutes for the predictor training job to complete.DescribeAutoPredictorResponse.Builder status(String status)
The status of the predictor. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
status - The status of the predictor. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
DescribeAutoPredictorResponse.Builder message(String message)
In the event of an error, a message detailing the cause of the error.
message - In the event of an error, a message detailing the cause of the error.DescribeAutoPredictorResponse.Builder creationTime(Instant creationTime)
The timestamp of the CreateAutoPredictor request.
creationTime - The timestamp of the CreateAutoPredictor request.DescribeAutoPredictorResponse.Builder lastModificationTime(Instant lastModificationTime)
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
DescribeAutoPredictorResponse.Builder optimizationMetric(String optimizationMetric)
The accuracy metric used to optimize the predictor.
optimizationMetric - The accuracy metric used to optimize the predictor.OptimizationMetric,
OptimizationMetricDescribeAutoPredictorResponse.Builder optimizationMetric(OptimizationMetric optimizationMetric)
The accuracy metric used to optimize the predictor.
optimizationMetric - The accuracy metric used to optimize the predictor.OptimizationMetric,
OptimizationMetricDescribeAutoPredictorResponse.Builder explainabilityInfo(ExplainabilityInfo explainabilityInfo)
Provides the status and ARN of the Predictor Explainability.
explainabilityInfo - Provides the status and ARN of the Predictor Explainability.default DescribeAutoPredictorResponse.Builder explainabilityInfo(Consumer<ExplainabilityInfo.Builder> explainabilityInfo)
Provides the status and ARN of the Predictor Explainability.
This is a convenience method that creates an instance of theExplainabilityInfo.Builder avoiding the
need to create one manually via ExplainabilityInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to explainabilityInfo(ExplainabilityInfo).
explainabilityInfo - a consumer that will call methods on ExplainabilityInfo.BuilderexplainabilityInfo(ExplainabilityInfo)DescribeAutoPredictorResponse.Builder monitorInfo(MonitorInfo monitorInfo)
A object with the Amazon Resource Name (ARN) and status of the monitor resource.
monitorInfo - A object with the Amazon Resource Name (ARN) and status of the monitor resource.default DescribeAutoPredictorResponse.Builder monitorInfo(Consumer<MonitorInfo.Builder> monitorInfo)
A object with the Amazon Resource Name (ARN) and status of the monitor resource.
This is a convenience method that creates an instance of theMonitorInfo.Builder avoiding the need to
create one manually via MonitorInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to monitorInfo(MonitorInfo).
monitorInfo - a consumer that will call methods on MonitorInfo.BuildermonitorInfo(MonitorInfo)DescribeAutoPredictorResponse.Builder timeAlignmentBoundary(TimeAlignmentBoundary timeAlignmentBoundary)
The time boundary Forecast uses when aggregating data.
timeAlignmentBoundary - The time boundary Forecast uses when aggregating data.default DescribeAutoPredictorResponse.Builder timeAlignmentBoundary(Consumer<TimeAlignmentBoundary.Builder> timeAlignmentBoundary)
The time boundary Forecast uses when aggregating data.
This is a convenience method that creates an instance of theTimeAlignmentBoundary.Builder avoiding
the need to create one manually via TimeAlignmentBoundary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to timeAlignmentBoundary(TimeAlignmentBoundary).
timeAlignmentBoundary - a consumer that will call methods on TimeAlignmentBoundary.BuildertimeAlignmentBoundary(TimeAlignmentBoundary)Copyright © 2023. All rights reserved.