@Generated(value="software.amazon.awssdk:codegen") public final class Algorithm extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Algorithm.Builder,Algorithm>
Describes a custom algorithm.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Algorithm.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
algorithmArn()
The Amazon Resource Name (ARN) of the algorithm.
|
AlgorithmImage |
algorithmImage()
The URI of the Docker container for the algorithm image.
|
static Algorithm.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix time) that the algorithm was created.
|
DefaultHyperParameterRanges |
defaultHyperParameterRanges()
Specifies the default hyperparameters, their ranges, and whether they are tunable.
|
Map<String,String> |
defaultHyperParameters()
Specifies the default hyperparameters.
|
Map<String,String> |
defaultResourceConfig()
Specifies the default maximum number of training jobs and parallel training jobs.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time (in Unix time) that the algorithm was last updated.
|
String |
name()
The name of the algorithm.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the role.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Algorithm.Builder> |
serializableBuilderClass() |
Algorithm.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trainingInputMode()
The training input mode.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the algorithm.
public String algorithmArn()
The Amazon Resource Name (ARN) of the algorithm.
public AlgorithmImage algorithmImage()
The URI of the Docker container for the algorithm image.
public Map<String,String> defaultHyperParameters()
Specifies the default hyperparameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public DefaultHyperParameterRanges defaultHyperParameterRanges()
Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
public Map<String,String> defaultResourceConfig()
Specifies the default maximum number of training jobs and parallel training jobs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String trainingInputMode()
The training input mode.
public String roleArn()
The Amazon Resource Name (ARN) of the role.
public Instant creationDateTime()
The date and time (in Unix time) that the algorithm was created.
public Instant lastUpdatedDateTime()
The date and time (in Unix time) that the algorithm was last updated.
public Algorithm.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Algorithm.Builder,Algorithm>public static Algorithm.Builder builder()
public static Class<? extends Algorithm.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.