Uses of Class
software.amazon.awssdk.services.sagemaker.model.MetricDefinition
-
Packages that use MetricDefinition Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MetricDefinition in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MetricDefinition Modifier and Type Method Description List<MetricDefinition>AlgorithmSpecification. metricDefinitions()A list of metric definition objects.List<MetricDefinition>HyperParameterAlgorithmSpecification. metricDefinitions()An array of MetricDefinition objects that specify the metrics that the algorithm emits.List<MetricDefinition>TrainingSpecification. metricDefinitions()A list ofMetricDefinitionobjects, which are used for parsing metrics generated by the algorithm.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MetricDefinition Modifier and Type Method Description AlgorithmSpecification.BuilderAlgorithmSpecification.Builder. metricDefinitions(MetricDefinition... metricDefinitions)A list of metric definition objects.HyperParameterAlgorithmSpecification.BuilderHyperParameterAlgorithmSpecification.Builder. metricDefinitions(MetricDefinition... metricDefinitions)An array of MetricDefinition objects that specify the metrics that the algorithm emits.TrainingSpecification.BuilderTrainingSpecification.Builder. metricDefinitions(MetricDefinition... metricDefinitions)A list ofMetricDefinitionobjects, which are used for parsing metrics generated by the algorithm.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type MetricDefinition Modifier and Type Method Description AlgorithmSpecification.BuilderAlgorithmSpecification.Builder. metricDefinitions(Collection<MetricDefinition> metricDefinitions)A list of metric definition objects.HyperParameterAlgorithmSpecification.BuilderHyperParameterAlgorithmSpecification.Builder. metricDefinitions(Collection<MetricDefinition> metricDefinitions)An array of MetricDefinition objects that specify the metrics that the algorithm emits.TrainingSpecification.BuilderTrainingSpecification.Builder. metricDefinitions(Collection<MetricDefinition> metricDefinitions)A list ofMetricDefinitionobjects, which are used for parsing metrics generated by the algorithm.
-