| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrialComponentParameterValue |
TrialComponentParameterValue.clone() |
TrialComponentParameterValue |
TrialComponentParameterValue.withNumberValue(Double numberValue)
The numeric value of a numeric hyperparameter.
|
TrialComponentParameterValue |
TrialComponentParameterValue.withStringValue(String stringValue)
The string value of a categorical hyperparameter.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TrialComponentParameterValue> |
TrialComponent.getParameters()
The hyperparameters of the component.
|
Map<String,TrialComponentParameterValue> |
CreateTrialComponentRequest.getParameters()
The hyperparameters for the component.
|
Map<String,TrialComponentParameterValue> |
DescribeTrialComponentResult.getParameters()
The hyperparameters of the component.
|
Map<String,TrialComponentParameterValue> |
UpdateTrialComponentRequest.getParameters()
Replaces all of the component's hyperparameters with the specified hyperparameters.
|
| Modifier and Type | Method and Description |
|---|---|
TrialComponent |
TrialComponent.addParametersEntry(String key,
TrialComponentParameterValue value) |
CreateTrialComponentRequest |
CreateTrialComponentRequest.addParametersEntry(String key,
TrialComponentParameterValue value) |
DescribeTrialComponentResult |
DescribeTrialComponentResult.addParametersEntry(String key,
TrialComponentParameterValue value) |
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.addParametersEntry(String key,
TrialComponentParameterValue value) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrialComponent.setParameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
|
void |
CreateTrialComponentRequest.setParameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters for the component.
|
void |
DescribeTrialComponentResult.setParameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
|
void |
UpdateTrialComponentRequest.setParameters(Map<String,TrialComponentParameterValue> parameters)
Replaces all of the component's hyperparameters with the specified hyperparameters.
|
TrialComponent |
TrialComponent.withParameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.withParameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters for the component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withParameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withParameters(Map<String,TrialComponentParameterValue> parameters)
Replaces all of the component's hyperparameters with the specified hyperparameters.
|
Copyright © 2020. All rights reserved.