Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrialComponentParameterValue
-
Packages that use TrialComponentParameterValue Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrialComponentParameterValue in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrialComponentParameterValue Modifier and Type Method Description static TrialComponentParameterValueTrialComponentParameterValue. fromNumberValue(Double numberValue)Create an instance of this class withnumberValue()initialized to the given value.static TrialComponentParameterValueTrialComponentParameterValue. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrialComponentParameterValue Modifier and Type Method Description Map<String,TrialComponentParameterValue>CreateTrialComponentRequest. parameters()The hyperparameters for the component.Map<String,TrialComponentParameterValue>DescribeTrialComponentResponse. parameters()The hyperparameters of the component.Map<String,TrialComponentParameterValue>TrialComponent. parameters()The hyperparameters of the component.Map<String,TrialComponentParameterValue>UpdateTrialComponentRequest. parameters()Replaces all of the component's hyperparameters with the specified hyperparameters or add new hyperparameters.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TrialComponentParameterValue Modifier and Type Method Description CreateTrialComponentRequest.BuilderCreateTrialComponentRequest.Builder. parameters(Map<String,TrialComponentParameterValue> parameters)The hyperparameters for the component.DescribeTrialComponentResponse.BuilderDescribeTrialComponentResponse.Builder. parameters(Map<String,TrialComponentParameterValue> parameters)The hyperparameters of the component.TrialComponent.BuilderTrialComponent.Builder. parameters(Map<String,TrialComponentParameterValue> parameters)The hyperparameters of the component.UpdateTrialComponentRequest.BuilderUpdateTrialComponentRequest.Builder. parameters(Map<String,TrialComponentParameterValue> parameters)Replaces all of the component's hyperparameters with the specified hyperparameters or add new hyperparameters.
-