ComputationModelSummary - Amazon IoT SiteWise
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ComputationModelSummary

Contains a summary of a computation model.

Contents

arn

The ARN of the computation model, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:computation-model/${ComputationModelId}

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1600.

Pattern: ^arn:aws(-cn|-us-gov)?:[a-zA-Z0-9-:\/_\.]+$

Required: Yes

creationDate

The model creation date, in Unix epoch time.

Type: Timestamp

Required: Yes

id

The ID of the computation model.

Type: String

Length Constraints: Fixed length of 36.

Pattern: ^(?!00000000-0000-0000-0000-000000000000)[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Required: Yes

lastUpdateDate

The time the model was last updated, in Unix epoch time.

Type: Timestamp

Required: Yes

name

The name of the computation model.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 256.

Pattern: ^[a-zA-Z0-9 _\-#$*!@]+$

Required: Yes

status

The current status of the computation model.

Type: ComputationModelStatus object

Required: Yes

type

The type of the computation model.

Type: String

Valid Values: ANOMALY_DETECTION

Required: Yes

version

The version of the computation model.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 10.

Pattern: ^(0|([1-9]{1}\d*))$

Required: Yes

description

The description of the computation model.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: ^[a-zA-Z0-9 _\-#$*!@]+$

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: