public static final class AlgorithmSpecification.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AlgorithmSpecification
software.amazon.jsii.JsiiObject.InitializationModeAlgorithmSpecification.Builder, AlgorithmSpecification.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) @Nullable public String getAlgorithmName()
getAlgorithmName in interface AlgorithmSpecification@Stability(value=Experimental) @Nullable public List<MetricDefinition> getMetricDefinitions()
getMetricDefinitions in interface AlgorithmSpecification@Stability(value=Experimental) @Nullable public DockerImage getTrainingImage()
getTrainingImage in interface AlgorithmSpecification@Stability(value=Experimental) @Nullable public InputMode getTrainingInputMode()
getTrainingInputMode in interface AlgorithmSpecificationCopyright © 2019. All rights reserved.