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)
The last time the resource was modified.
|
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
CREATE_STOPPING, CREATE_STOPPED
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
CREATE_STOPPING, CREATE_STOPPED
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)
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.
Copyright © 2021. All rights reserved.