@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 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 boolean hasDefaultHyperParameters()
public 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 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 boolean hasDefaultResourceConfig()
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.
You can use hasDefaultResourceConfig() to see if a value was sent in this field.
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 © 2020. All rights reserved.