DescribeModelResponse

Types

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

Properties

Link copied to clipboard

Indicates the end time of the inference data that has been accumulated.

Link copied to clipboard

Indicates the start time of the inference data that has been accumulated.

Link copied to clipboard

The name of the model version used by the inference schedular when running a scheduled inference execution.

Link copied to clipboard

The Amazon Resource Name (ARN) of the model version used by the inference scheduler when running a scheduled inference execution.

Link copied to clipboard

Indicates the time and date at which the machine learning model was created.

Link copied to clipboard

The configuration is the TargetSamplingRate, which is the sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the TargetSamplingRate is 1 minute.

Link copied to clipboard

The Amazon Resouce Name (ARN) of the dataset used to create the machine learning model being described.

Link copied to clipboard

The name of the dataset being used by the machine learning being described.

Link copied to clipboard

Indicates the time reference in the dataset that was used to end the subset of evaluation data for the machine learning model.

Link copied to clipboard

Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the machine learning model.

Link copied to clipboard

If the training of the machine learning model failed, this indicates the reason for that failure.

Link copied to clipboard

The date and time when the import job was completed. This field appears if the active model version was imported.

Link copied to clipboard

The date and time when the import job was started. This field appears if the active model version was imported.

Link copied to clipboard

Specifies configuration information about the labels input, including its S3 location.

Link copied to clipboard

Indicates the last time the machine learning model was updated. The type of update is not specified.

Indicates the number of days of data used in the most recent scheduled retraining run.

Link copied to clipboard

If the model version was generated by retraining and the training failed, this indicates the reason for that failure.

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 being described.

Link copied to clipboard

Configuration information for the model's pointwise model diagnostics.

Link copied to clipboard

The Model Metrics show an aggregated summary of the model's performance within the evaluation time range. This is the JSON content of the metrics created when evaluating the model.

Link copied to clipboard

The name of the machine learning model being described.

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

The date the active model version was activated.

Link copied to clipboard

Indicates the date and time 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 that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.

Link copied to clipboard

The model version that was set as the active model version prior to the current active model version.

Link copied to clipboard

The ARN of the model version that was set as the active model version prior to the current active model version.

Link copied to clipboard

The date and time when the previous active model version was activated.

Link copied to clipboard

If the model version was retrained, this field shows a summary of the performance of the prior model on the new training range. You can use the information in this JSON-formatted object to compare the new model version and the prior model version.

Link copied to clipboard

Indicates the status of the retraining scheduler.

Link copied to clipboard

The Amazon Resource Name (ARN) of a role with permission to access the data source for the machine learning model being described.

Link copied to clipboard

A JSON description of the data that is in each time series dataset, including names, column names, and data types.

Link copied to clipboard

Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment.

Link copied to clipboard

The Amazon Resource Name (ARN) of the source model version. This field appears if the active model version was imported.

Link copied to clipboard

Specifies the current status of the model being described. Status describes the status of the most recent action of the model.

Link copied to clipboard

Indicates the time reference in the dataset that was used to end the subset of training data for the machine learning model.

Link copied to clipboard

Indicates the time reference in the dataset that was used to begin the subset of training data for the machine learning model.

Link copied to clipboard

Indicates the time at which the training of the machine learning model was completed.

Link copied to clipboard

Indicates the time at which the training of the machine learning model began.

Functions

Link copied to clipboard
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