| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,TrialComponentParameterValue> |
TrialComponent.parameters()
The hyperparameters of the component.
|
Map<String,TrialComponentParameterValue> |
DescribeTrialComponentResponse.parameters()
The hyperparameters of the component.
|
Map<String,TrialComponentParameterValue> |
CreateTrialComponentRequest.parameters()
The hyperparameters for the component.
|
Map<String,TrialComponentParameterValue> |
UpdateTrialComponentRequest.parameters()
Replaces all of the component's hyperparameters with the specified hyperparameters.
|
| Modifier and Type | Method and Description |
|---|---|
TrialComponent.Builder |
TrialComponent.Builder.parameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.parameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
|
CreateTrialComponentRequest.Builder |
CreateTrialComponentRequest.Builder.parameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters for the component.
|
UpdateTrialComponentRequest.Builder |
UpdateTrialComponentRequest.Builder.parameters(Map<String,TrialComponentParameterValue> parameters)
Replaces all of the component's hyperparameters with the specified hyperparameters.
|
Copyright © 2021. All rights reserved.