| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrialComponentMetricSummary |
TrialComponentMetricSummary.clone() |
TrialComponentMetricSummary |
TrialComponentMetricSummary.withAvg(Double avg)
The average value of the metric.
|
TrialComponentMetricSummary |
TrialComponentMetricSummary.withCount(Integer count)
The number of samples used to generate the metric.
|
TrialComponentMetricSummary |
TrialComponentMetricSummary.withLast(Double last)
The most recent value of the metric.
|
TrialComponentMetricSummary |
TrialComponentMetricSummary.withMax(Double max)
The maximum value of the metric.
|
TrialComponentMetricSummary |
TrialComponentMetricSummary.withMetricName(String metricName)
The name of the metric.
|
TrialComponentMetricSummary |
TrialComponentMetricSummary.withMin(Double min)
The minimum value of the metric.
|
TrialComponentMetricSummary |
TrialComponentMetricSummary.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
TrialComponentMetricSummary |
TrialComponentMetricSummary.withStdDev(Double stdDev)
The standard deviation of the metric.
|
TrialComponentMetricSummary |
TrialComponentMetricSummary.withTimeStamp(Date timeStamp)
When the metric was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<TrialComponentMetricSummary> |
DescribeTrialComponentResult.getMetrics()
The metrics for the component.
|
List<TrialComponentMetricSummary> |
TrialComponent.getMetrics()
The metrics for the component.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withMetrics(TrialComponentMetricSummary... metrics)
The metrics for the component.
|
TrialComponent |
TrialComponent.withMetrics(TrialComponentMetricSummary... metrics)
The metrics for the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTrialComponentResult.setMetrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
|
void |
TrialComponent.setMetrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withMetrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
|
TrialComponent |
TrialComponent.withMetrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
|
Copyright © 2024. All rights reserved.