@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, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, 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()
AlgorithmSpecificationEXPERIMENTAL
getAlgorithmName in interface AlgorithmSpecificationpublic List<MetricDefinition> getMetricDefinitions()
AlgorithmSpecificationEach object specifies the metric name and regular expressions used to parse algorithm logs.
EXPERIMENTAL
getMetricDefinitions in interface AlgorithmSpecificationpublic DockerImage getTrainingImage()
AlgorithmSpecificationEXPERIMENTAL
getTrainingImage in interface AlgorithmSpecificationpublic InputMode getTrainingInputMode()
AlgorithmSpecificationDefault: is 'File' mode
EXPERIMENTAL
getTrainingInputMode in interface AlgorithmSpecificationpublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.