| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
ReferencePredictorSummary |
ReferencePredictorSummary.clone() |
ReferencePredictorSummary |
DescribeAutoPredictorResult.getReferencePredictorSummary()
The ARN and state of the reference predictor.
|
ReferencePredictorSummary |
PredictorSummary.getReferencePredictorSummary()
A summary of the reference predictor used if the predictor was retrained or upgraded.
|
ReferencePredictorSummary |
ReferencePredictorSummary.withArn(String arn)
The ARN of the reference predictor.
|
ReferencePredictorSummary |
ReferencePredictorSummary.withState(State state)
Whether the reference predictor is
Active or Deleted. |
ReferencePredictorSummary |
ReferencePredictorSummary.withState(String state)
Whether the reference predictor is
Active or Deleted. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutoPredictorResult.setReferencePredictorSummary(ReferencePredictorSummary referencePredictorSummary)
The ARN and state of the reference predictor.
|
void |
PredictorSummary.setReferencePredictorSummary(ReferencePredictorSummary referencePredictorSummary)
A summary of the reference predictor used if the predictor was retrained or upgraded.
|
DescribeAutoPredictorResult |
DescribeAutoPredictorResult.withReferencePredictorSummary(ReferencePredictorSummary referencePredictorSummary)
The ARN and state of the reference predictor.
|
PredictorSummary |
PredictorSummary.withReferencePredictorSummary(ReferencePredictorSummary referencePredictorSummary)
A summary of the reference predictor used if the predictor was retrained or upgraded.
|
Copyright © 2023. All rights reserved.