Builder
Properties
A description for the composite model.
An external ID to assign to the asset model. You can only set the external ID of the asset model if it wasn't set when it was created, or you're setting it to the exact same thing as when it was created.
The ID of a composite model on this asset model.
A unique name for the composite model.
The property definitions of the composite model. For more information, see Inline custom composite models in the IoT SiteWise User Guide.
The ID of the asset model, in UUID format.
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
The expected current entity tag (ETag) for the asset model’s latest or active version (specified using matchForVersionType
). The update request is rejected if the tag does not match the latest or active version's current entity tag. See Optimistic locking for asset model writes in the IoT SiteWise User Guide.
Accepts ***** to reject the update request if an active version (specified using matchForVersionType
as ACTIVE
) already exists for the asset model.
Specifies the asset model version type (LATEST
or ACTIVE
) used in conjunction with If-Match
or If-None-Match
headers to determine the target ETag for the update operation.