Interface TrialComponentMetricSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TrialComponentMetricSummary.Builder,TrialComponentMetricSummary>, SdkBuilder<TrialComponentMetricSummary.Builder,TrialComponentMetricSummary>, SdkPojo
Enclosing class:
TrialComponentMetricSummary

public static interface TrialComponentMetricSummary.Builder extends SdkPojo, CopyableBuilder<TrialComponentMetricSummary.Builder,TrialComponentMetricSummary>
  • Method Details

    • metricName

      The name of the metric.

      Parameters:
      metricName - The name of the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceArn

      The Amazon Resource Name (ARN) of the source.

      Parameters:
      sourceArn - The Amazon Resource Name (ARN) of the source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timeStamp

      When the metric was last updated.

      Parameters:
      timeStamp - When the metric was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • max

      The maximum value of the metric.

      Parameters:
      max - The maximum value of the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • min

      The minimum value of the metric.

      Parameters:
      min - The minimum value of the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • last

      The most recent value of the metric.

      Parameters:
      last - The most recent value of the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • count

      The number of samples used to generate the metric.

      Parameters:
      count - The number of samples used to generate the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • avg

      The average value of the metric.

      Parameters:
      avg - The average value of the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stdDev

      The standard deviation of the metric.

      Parameters:
      stdDev - The standard deviation of the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.