Skip to content

Submit Feedback

codeguruprofiler_submit_feedback R Documentation

Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not

Description

Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.

Usage

codeguruprofiler_submit_feedback(anomalyInstanceId, comment,
  profilingGroupName, type)

Arguments

anomalyInstanceId

[required] The universally unique identifier (UUID) of the AnomalyInstance object that is included in the analysis data.

comment

Optional feedback about this anomaly.

profilingGroupName

[required] The name of the profiling group that is associated with the analysis data.

type

[required] The feedback tpye. Thee are two valid values, Positive and Negative.

Value

An empty list.

Request syntax

svc$submit_feedback(
  anomalyInstanceId = "string",
  comment = "string",
  profilingGroupName = "string",
  type = "Positive"|"Negative"
)