@Generated(value="software.amazon.awssdk:codegen") public final class PredictorSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PredictorSummary.Builder,PredictorSummary>
Provides a summary of the predictor properties that are used in the ListPredictors operation. To get the
complete set of properties, call the DescribePredictor operation, and provide the listed
PredictorArn.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PredictorSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PredictorSummary.Builder |
builder() |
Instant |
creationTime()
When the model training task was created.
|
String |
datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group that contains the data used to train the predictor.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModificationTime()
Initially, the same as
CreationTime (status is CREATE_PENDING). |
String |
message()
If an error occurred, an informational message about the error.
|
String |
predictorArn()
The ARN of the predictor.
|
String |
predictorName()
The name of the predictor.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PredictorSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the predictor.
|
PredictorSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String predictorArn()
The ARN of the predictor.
public String predictorName()
The name of the predictor.
public String datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group that contains the data used to train the predictor.
public 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.
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.
public String message()
If an error occurred, an informational message about the error.
public Instant creationTime()
When the model training task was created.
public 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).
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).public PredictorSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PredictorSummary.Builder,PredictorSummary>public static PredictorSummary.Builder builder()
public static Class<? extends PredictorSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.