SendNotify

Applicability

Product

Supported (√/x)

Atlas 350 Accelerator Card

x

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

Note: For Atlas A2 training product / Atlas A2 inference product , only the Atlas 800I A2 inference server and A200I A2 Box heterogeneous subrack are supported.

Function Description

Sends a notification message to the remote engine.

Prototype

Status SendNotify(const AscendString &remote_engine, const NotifyDesc &notify, int32_t timeout_in_millis = 1000)

Parameters

Parameter

Input/Output

Description

remote_engine

Input

Unique identifier of the remote AdxlEngine instance.

notify

Input

Content to be sent.

The maximum length for both name and notify_msg in the content is 1024 characters.

timeout_in_millis

Input

Sending timeout interval, in milliseconds. The default value is 1000.

Example

None

Returns

  • SUCCESS: Success.
  • Other values: Failure.

Restrictions