Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrialComponentMetricSummary
-
Packages that use TrialComponentMetricSummary Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrialComponentMetricSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrialComponentMetricSummary Modifier and Type Method Description List<TrialComponentMetricSummary>DescribeTrialComponentResponse. metrics()The metrics for the component.List<TrialComponentMetricSummary>TrialComponent. metrics()The metrics for the component.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrialComponentMetricSummary Modifier and Type Method Description DescribeTrialComponentResponse.BuilderDescribeTrialComponentResponse.Builder. metrics(TrialComponentMetricSummary... metrics)The metrics for the component.TrialComponent.BuilderTrialComponent.Builder. metrics(TrialComponentMetricSummary... metrics)The metrics for the component.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TrialComponentMetricSummary Modifier and Type Method Description DescribeTrialComponentResponse.BuilderDescribeTrialComponentResponse.Builder. metrics(Collection<TrialComponentMetricSummary> metrics)The metrics for the component.TrialComponent.BuilderTrialComponent.Builder. metrics(Collection<TrialComponentMetricSummary> metrics)The metrics for the component.
-