| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
Algorithm.Builder |
Algorithm.Builder.algorithmArn(String algorithmArn)
The Amazon Resource Name (ARN) of the algorithm.
|
Algorithm.Builder |
Algorithm.Builder.algorithmImage(AlgorithmImage algorithmImage)
The URI of the Docker container for the algorithm image.
|
default Algorithm.Builder |
Algorithm.Builder.algorithmImage(Consumer<AlgorithmImage.Builder> algorithmImage)
The URI of the Docker container for the algorithm image.
|
static Algorithm.Builder |
Algorithm.builder() |
Algorithm.Builder |
Algorithm.Builder.creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the algorithm was created.
|
default Algorithm.Builder |
Algorithm.Builder.defaultHyperParameterRanges(Consumer<DefaultHyperParameterRanges.Builder> defaultHyperParameterRanges)
Specifies the default hyperparameters, their ranges, and whether they are tunable.
|
Algorithm.Builder |
Algorithm.Builder.defaultHyperParameterRanges(DefaultHyperParameterRanges defaultHyperParameterRanges)
Specifies the default hyperparameters, their ranges, and whether they are tunable.
|
Algorithm.Builder |
Algorithm.Builder.defaultHyperParameters(Map<String,String> defaultHyperParameters)
Specifies the default hyperparameters.
|
Algorithm.Builder |
Algorithm.Builder.defaultResourceConfig(Map<String,String> defaultResourceConfig)
Specifies the default maximum number of training jobs and parallel training jobs.
|
Algorithm.Builder |
Algorithm.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the algorithm was last updated.
|
Algorithm.Builder |
Algorithm.Builder.name(String name)
The name of the algorithm.
|
Algorithm.Builder |
Algorithm.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role.
|
Algorithm.Builder |
Algorithm.toBuilder() |
Algorithm.Builder |
Algorithm.Builder.trainingInputMode(String trainingInputMode)
The training input mode.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Algorithm.Builder> |
Algorithm.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAlgorithmResponse.Builder |
DescribeAlgorithmResponse.Builder.algorithm(Consumer<Algorithm.Builder> algorithm)
A listing of the properties of the algorithm.
|
Copyright © 2019. All rights reserved.