@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()
For responses, this returns true if the service returned a value for the DefaultHyperParameters property.
|
boolean |
hasDefaultResourceConfig()
For responses, this returns true if the service returned a value for the DefaultResourceConfig property.
|
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()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final Map<String,String> defaultHyperParameters()
Specifies the default hyperparameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDefaultHyperParameters() method.
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()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDefaultResourceConfig() method.
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 © 2023. All rights reserved.