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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the model training task was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the dataset group that contains the data used to train the predictor.

Link copied to clipboard

Whether AutoPredictor was used to create the predictor.

Link copied to clipboard

The last time the resource was modified. The timestamp depends on the status of the job:

Link copied to clipboard

If an error occurred, an informational message about the error.

Link copied to clipboard

The ARN of the predictor.

Link copied to clipboard

The name of the predictor.

Link copied to clipboard

A summary of the reference predictor used if the predictor was retrained or upgraded.

Link copied to clipboard

The status of the predictor. States include:

Functions

Link copied to clipboard
inline fun copy(block: PredictorSummary.Builder.() -> Unit = {}): PredictorSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String