Interface MetricQuery.Builder

  • Method Details

    • metricName

      MetricQuery.Builder metricName(String metricName)

      The name of the metric to retrieve.

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

      MetricQuery.Builder resourceArn(String resourceArn)

      The ARN of the SageMaker resource to retrieve metrics for.

      Parameters:
      resourceArn - The ARN of the SageMaker resource to retrieve metrics for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metricStat

      MetricQuery.Builder metricStat(String metricStat)

      The metrics stat type of metrics to retrieve.

      Parameters:
      metricStat - The metrics stat type of metrics to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • metricStat

      MetricQuery.Builder metricStat(MetricStatistic metricStat)

      The metrics stat type of metrics to retrieve.

      Parameters:
      metricStat - The metrics stat type of metrics to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • period

      MetricQuery.Builder period(String period)

      The time period of metrics to retrieve.

      Parameters:
      period - The time period of metrics to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • period

      MetricQuery.Builder period(Period period)

      The time period of metrics to retrieve.

      Parameters:
      period - The time period of metrics to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • xAxisType

      MetricQuery.Builder xAxisType(String xAxisType)

      The x-axis type of metrics to retrieve.

      Parameters:
      xAxisType - The x-axis type of metrics to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • xAxisType

      MetricQuery.Builder xAxisType(XAxisType xAxisType)

      The x-axis type of metrics to retrieve.

      Parameters:
      xAxisType - The x-axis type of metrics to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • start

      MetricQuery.Builder start(Long start)

      The start time of metrics to retrieve.

      Parameters:
      start - The start time of metrics to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • end

      The end time of metrics to retrieve.

      Parameters:
      end - The end time of metrics to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.