ModelSummary

Provides information about the specified machine learning model, including dataset and model names and ARNs, as well as status.

Types

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

Properties

Link copied to clipboard

The model version that the inference scheduler uses to run an inference execution.

Link copied to clipboard

The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the model version that the inference scheduler uses to run an inference execution.

Link copied to clipboard

The time at which the specific model was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the dataset used to create the model.

Link copied to clipboard

The name of the dataset being used for the machine learning model.

Link copied to clipboard

Indicates the most recent model version that was generated by retraining.

Link copied to clipboard

Indicates the start time of the most recent scheduled retraining run.

Link copied to clipboard

Indicates the status of the most recent scheduled retraining run.

Link copied to clipboard

The Amazon Resource Name (ARN) of the machine learning model.

Link copied to clipboard

Output configuration information for the pointwise model diagnostics for an Amazon Lookout for Equipment model.

Link copied to clipboard

The name of the machine learning model.

Link copied to clipboard

Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the model quality is poor based on training metrics, the value is POOR_QUALITY_DETECTED. Otherwise, the value is QUALITY_THRESHOLD_MET.

Link copied to clipboard

Indicates the date that the next scheduled retraining run will start on. Lookout for Equipment truncates the time you provide to the nearest UTC day.

Link copied to clipboard

Indicates the status of the retraining scheduler.

Link copied to clipboard

Indicates the status of the machine learning model.

Functions

Link copied to clipboard
inline fun copy(block: ModelSummary.Builder.() -> Unit = {}): ModelSummary
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