| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<TrialComponentMetricSummary> |
DescribeTrialComponentResponse.metrics()
The metrics for the component.
|
List<TrialComponentMetricSummary> |
TrialComponent.metrics()
The metrics for the component.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.metrics(TrialComponentMetricSummary... metrics)
The metrics for the component.
|
TrialComponent.Builder |
TrialComponent.Builder.metrics(TrialComponentMetricSummary... metrics)
The metrics for the component.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.metrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
|
TrialComponent.Builder |
TrialComponent.Builder.metrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
|
Copyright © 2021. All rights reserved.