public static final class AlgorithmSpecification.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AlgorithmSpecification
AlgorithmSpecification
AlgorithmSpecification.Builder, AlgorithmSpecification.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAlgorithmName()
Name of the algorithm resource to use for the training job.
|
java.util.List<MetricDefinition> |
getMetricDefinitions()
List of metric definition objects.
|
DockerImage |
getTrainingImage()
Registry path of the Docker image that contains the training algorithm.
|
InputMode |
getTrainingInputMode()
Input mode that the algorithm supports.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAlgorithmName()
AlgorithmSpecification
This must be an algorithm resource that you created or subscribe to on AWS Marketplace. If you specify a value for this parameter, you can't specify a value for TrainingImage.
Default: - No algorithm is specified
getAlgorithmName
in interface AlgorithmSpecification
public final java.util.List<MetricDefinition> getMetricDefinitions()
AlgorithmSpecification
Each object specifies the metric name and regular expressions used to parse algorithm logs.
Default: - No metrics
getMetricDefinitions
in interface AlgorithmSpecification
public final DockerImage getTrainingImage()
AlgorithmSpecification
Default: - No Docker image is specified
getTrainingImage
in interface AlgorithmSpecification
public final InputMode getTrainingInputMode()
AlgorithmSpecification
Default: 'File' mode
getTrainingInputMode
in interface AlgorithmSpecification
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()