Info-Level Log Macro of Run Logs

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

Defines the info-level log macro of run logs.

Prototype

1
run_info(self, message: str, *args: tuple) -> None

Parameters

Parameter

Input/Output

Description

message

Input

String for format control in the log.

Value range: not empty.

args

Input

Optional.

Parameter that matches message.

Returns

None

Exception Handling

None

Constraints

None