@Stability(value=Experimental) @Internal 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.
|
protected |
Jsii$Proxy(String algorithmName,
List<? extends MetricDefinition> metricDefinitions,
DockerImage trainingImage,
InputMode trainingInputMode)
Constructor that initializes the object based on literal property values passed by the
AlgorithmSpecification.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAlgorithmName()
(experimental) Name of the algorithm resource to use for the training job.
|
List<MetricDefinition> |
getMetricDefinitions()
(experimental) List of metric definition objects.
|
DockerImage |
getTrainingImage()
(experimental) Registry path of the Docker image that contains the training algorithm.
|
InputMode |
getTrainingInputMode()
(experimental) Input mode that the algorithm supports.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String algorithmName, List<? extends MetricDefinition> metricDefinitions, DockerImage trainingImage, InputMode trainingInputMode)
AlgorithmSpecification.Builder.public final String getAlgorithmName()
AlgorithmSpecificationThis 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 AlgorithmSpecificationpublic final List<MetricDefinition> getMetricDefinitions()
AlgorithmSpecificationEach object specifies the metric name and regular expressions used to parse algorithm logs.
Default: - No metrics
getMetricDefinitions in interface AlgorithmSpecificationpublic final DockerImage getTrainingImage()
AlgorithmSpecificationDefault: - No Docker image is specified
getTrainingImage in interface AlgorithmSpecificationpublic final InputMode getTrainingInputMode()
AlgorithmSpecificationDefault: 'File' mode
getTrainingInputMode in interface AlgorithmSpecification@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.