@Stability(value=Experimental) public static final class AlgorithmSpecification.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AlgorithmSpecification
AlgorithmSpecificationsoftware.amazon.jsii.JsiiObject.InitializationModeAlgorithmSpecification.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(Object o) |
String |
getAlgorithmName()
Name of the algorithm resource to use for the training job.
|
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() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getAlgorithmName()
AlgorithmSpecificationgetAlgorithmName in interface AlgorithmSpecificationpublic List<MetricDefinition> getMetricDefinitions()
AlgorithmSpecificationEach object specifies the metric name and regular expressions used to parse algorithm logs.
EXPERIMENTALgetMetricDefinitions in interface AlgorithmSpecificationpublic DockerImage getTrainingImage()
AlgorithmSpecificationgetTrainingImage in interface AlgorithmSpecificationpublic InputMode getTrainingInputMode()
AlgorithmSpecificationgetTrainingInputMode in interface AlgorithmSpecificationpublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.