public static interface PredictorSummary.Builder extends SdkPojo, CopyableBuilder<PredictorSummary.Builder,PredictorSummary>
| Modifier and Type | Method and Description |
|---|---|
PredictorSummary.Builder |
creationTime(Instant creationTime)
When the model training task was created.
|
PredictorSummary.Builder |
datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that contains the data used to train the predictor.
|
PredictorSummary.Builder |
lastModificationTime(Instant lastModificationTime)
Initially, the same as
CreationTime (status is CREATE_PENDING). |
PredictorSummary.Builder |
message(String message)
If an error occurred, an informational message about the error.
|
PredictorSummary.Builder |
predictorArn(String predictorArn)
The ARN of the predictor.
|
PredictorSummary.Builder |
predictorName(String predictorName)
The name of the predictor.
|
PredictorSummary.Builder |
status(String status)
The status of the predictor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPredictorSummary.Builder predictorArn(String predictorArn)
The ARN of the predictor.
predictorArn - The ARN of the predictor.PredictorSummary.Builder predictorName(String predictorName)
The name of the predictor.
predictorName - The name of the predictor.PredictorSummary.Builder datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that contains the data used to train the predictor.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group that contains the data used to train the
predictor.PredictorSummary.Builder status(String status)
The status of the predictor. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED
The Status of the predictor must be ACTIVE before you can use the predictor to
create a forecast.
status - The status of the predictor. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED
The Status of the predictor must be ACTIVE before you can use the predictor
to create a forecast.
PredictorSummary.Builder message(String message)
If an error occurred, an informational message about the error.
message - If an error occurred, an informational message about the error.PredictorSummary.Builder creationTime(Instant creationTime)
When the model training task was created.
creationTime - When the model training task was created.PredictorSummary.Builder lastModificationTime(Instant lastModificationTime)
Initially, the same as CreationTime (status is CREATE_PENDING). Updated when
training starts (status changed to CREATE_IN_PROGRESS), and when training is complete (status
changed to ACTIVE) or fails (status changed to CREATE_FAILED).
lastModificationTime - Initially, the same as CreationTime (status is CREATE_PENDING). Updated when
training starts (status changed to CREATE_IN_PROGRESS), and when training is complete
(status changed to ACTIVE) or fails (status changed to CREATE_FAILED).Copyright © 2020. All rights reserved.