Uses of Class
software.amazon.awssdk.services.sagemaker.model.HyperParameterTuningJobConsumedResources
-
Packages that use HyperParameterTuningJobConsumedResources Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HyperParameterTuningJobConsumedResources in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HyperParameterTuningJobConsumedResources Modifier and Type Method Description HyperParameterTuningJobConsumedResourcesDescribeHyperParameterTuningJobResponse. consumedResources()Returns the value of the ConsumedResources property for this object.HyperParameterTuningJobConsumedResourcesHyperParameterTuningJobSearchEntity. consumedResources()The total amount of resources consumed by a hyperparameter tuning job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HyperParameterTuningJobConsumedResources Modifier and Type Method Description DescribeHyperParameterTuningJobResponse.BuilderDescribeHyperParameterTuningJobResponse.Builder. consumedResources(HyperParameterTuningJobConsumedResources consumedResources)Sets the value of the ConsumedResources property for this object.HyperParameterTuningJobSearchEntity.BuilderHyperParameterTuningJobSearchEntity.Builder. consumedResources(HyperParameterTuningJobConsumedResources consumedResources)The total amount of resources consumed by a hyperparameter tuning job.
-