registered

Applicability

Product

Supported

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

x

Atlas inference product

x

Atlas training product

x

Function Description

Checks whether the message type has been registered.

Prototype

1
registered(msg_type)

Parameters

Parameter

Data Type

Description

msg_type

int

ID of the registered type.

Returns

A Boolean value is returned. True indicates that the user has been registered, and False indicates that the user has not been registered.

Examples

1
2
import dataflow as df
registered = df.msg_type_register.registered(1026)

Constraints

None