Uses of Class
software.amazon.awssdk.services.sagemaker.model.MetricData
-
Packages that use MetricData Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MetricData in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MetricData Modifier and Type Method Description List<MetricData>DescribeTrainingJobResponse. finalMetricDataList()A collection ofMetricDataobjects that specify the names, values, and dates and times that the training algorithm emitted to Amazon CloudWatch.List<MetricData>TrainingJob. finalMetricDataList()A list of final metric values that are set when the training job completes.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MetricData Modifier and Type Method Description DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. finalMetricDataList(MetricData... finalMetricDataList)A collection ofMetricDataobjects that specify the names, values, and dates and times that the training algorithm emitted to Amazon CloudWatch.TrainingJob.BuilderTrainingJob.Builder. finalMetricDataList(MetricData... finalMetricDataList)A list of final metric values that are set when the training job completes.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type MetricData Modifier and Type Method Description DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. finalMetricDataList(Collection<MetricData> finalMetricDataList)A collection ofMetricDataobjects that specify the names, values, and dates and times that the training algorithm emitted to Amazon CloudWatch.TrainingJob.BuilderTrainingJob.Builder. finalMetricDataList(Collection<MetricData> finalMetricDataList)A list of final metric values that are set when the training job completes.
-