class Aws::SagemakerEdgeManager::Types::Model
Information about a model deployed on an edge device that is registered with SageMaker Edge Manager.
@note When making an API call, you may pass Model
data as a hash: { model_name: "ModelName", model_version: "Version", latest_sample_time: Time.now, latest_inference: Time.now, model_metrics: [ { dimension: "Dimension", metric_name: "Metric", value: 1.0, timestamp: Time.now, }, ], }
@!attribute [rw] model_name
The name of the model. @return [String]
@!attribute [rw] model_version
The version of the model. @return [String]
@!attribute [rw] latest_sample_time
The timestamp of the last data sample taken. @return [Time]
@!attribute [rw] latest_inference
The timestamp of the last inference that was made. @return [Time]
@!attribute [rw] model_metrics
Information required for model metrics. @return [Array<Types::EdgeMetric>]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-edge-2020-09-23/Model AWS API Documentation
Constants
- SENSITIVE