Class AlgorithmSpecification.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.AlgorithmSpecification.Jsii$Proxy
- All Implemented Interfaces:
AlgorithmSpecification,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AlgorithmSpecification
@Stability(Stable)
@Internal
public static final class AlgorithmSpecification.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AlgorithmSpecification
An implementation for
AlgorithmSpecification-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.AlgorithmSpecification
AlgorithmSpecification.Builder, AlgorithmSpecification.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AlgorithmSpecification.Builder builder) Constructor that initializes the object based on literal property values passed by theAlgorithmSpecification.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringName of the algorithm resource to use for the training job.final List<MetricDefinition>List of metric definition objects.final DockerImageRegistry path of the Docker image that contains the training algorithm.final InputModeInput mode that the algorithm supports.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAlgorithmSpecification.Builder.
-
-
Method Details
-
getAlgorithmName
Description copied from interface:AlgorithmSpecificationName of the algorithm resource to use for the training job.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
- Specified by:
getAlgorithmNamein interfaceAlgorithmSpecification
-
getMetricDefinitions
Description copied from interface:AlgorithmSpecificationList of metric definition objects.Each object specifies the metric name and regular expressions used to parse algorithm logs.
Default: - No metrics
- Specified by:
getMetricDefinitionsin interfaceAlgorithmSpecification
-
getTrainingImage
Description copied from interface:AlgorithmSpecificationRegistry path of the Docker image that contains the training algorithm.Default: - No Docker image is specified
- Specified by:
getTrainingImagein interfaceAlgorithmSpecification
-
getTrainingInputMode
Description copied from interface:AlgorithmSpecificationInput mode that the algorithm supports.Default: 'File' mode
- Specified by:
getTrainingInputModein interfaceAlgorithmSpecification
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-