| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
Algorithm.addDefaultHyperParametersEntry(String key,
String value)
Add a single DefaultHyperParameters entry
|
Algorithm |
Algorithm.addDefaultResourceConfigEntry(String key,
String value)
Add a single DefaultResourceConfig entry
|
Algorithm |
Algorithm.clearDefaultHyperParametersEntries()
Removes all the entries added into DefaultHyperParameters.
|
Algorithm |
Algorithm.clearDefaultResourceConfigEntries()
Removes all the entries added into DefaultResourceConfig.
|
Algorithm |
Algorithm.clone() |
Algorithm |
DescribeAlgorithmResult.getAlgorithm()
A listing of the properties of the algorithm.
|
Algorithm |
Algorithm.withAlgorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm.
|
Algorithm |
Algorithm.withAlgorithmImage(AlgorithmImage algorithmImage)
The URI of the Docker container for the algorithm image.
|
Algorithm |
Algorithm.withCreationDateTime(Date creationDateTime)
The date and time (in Unix time) that the algorithm was created.
|
Algorithm |
Algorithm.withDefaultHyperParameterRanges(DefaultHyperParameterRanges defaultHyperParameterRanges)
Specifies the default hyperparameters, their ranges, and whether they are tunable.
|
Algorithm |
Algorithm.withDefaultHyperParameters(Map<String,String> defaultHyperParameters)
Specifies the default hyperparameters.
|
Algorithm |
Algorithm.withDefaultResourceConfig(Map<String,String> defaultResourceConfig)
Specifies the default maximum number of training jobs and parallel training jobs.
|
Algorithm |
Algorithm.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the algorithm was last updated.
|
Algorithm |
Algorithm.withName(String name)
The name of the algorithm.
|
Algorithm |
Algorithm.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role.
|
Algorithm |
Algorithm.withTrainingInputMode(String trainingInputMode)
The training input mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAlgorithmResult.setAlgorithm(Algorithm algorithm)
A listing of the properties of the algorithm.
|
DescribeAlgorithmResult |
DescribeAlgorithmResult.withAlgorithm(Algorithm algorithm)
A listing of the properties of the algorithm.
|
Copyright © 2022. All rights reserved.