objective property

String? objective
getter/setter pair

The objective for each stats.

Output only. Possible string values are:

  • "OBJECTIVE_UNSPECIFIED" : If it's OBJECTIVE_UNSPECIFIED, monitoring_stats will be empty.
  • "IMPORT_FEATURE_ANALYSIS" : Stats are generated by Import Feature Analysis.
  • "SNAPSHOT_ANALYSIS" : Stats are generated by Snapshot Analysis.

Implementation

core.String? objective;