@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) |
boolean |
hasDefaultHyperParameters()
Returns true if the DefaultHyperParameters property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
boolean |
hasDefaultResourceConfig()
Returns true if the DefaultResourceConfig property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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 final String name()
The name of the algorithm.
public final String algorithmArn()
The Amazon Resource Name (ARN) of the algorithm.
public final AlgorithmImage algorithmImage()
The URI of the Docker container for the algorithm image.
public final boolean hasDefaultHyperParameters()
public final Map<String,String> defaultHyperParameters()
Specifies the default hyperparameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDefaultHyperParameters() to see if a value was sent in this field.
public final 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 final boolean hasDefaultResourceConfig()
public final 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.
You can use hasDefaultResourceConfig() to see if a value was sent in this field.
public final String trainingInputMode()
The training input mode.
public final String roleArn()
The Amazon Resource Name (ARN) of the role.
public final Instant creationDateTime()
The date and time (in Unix time) that the algorithm was created.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.