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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.AlgorithmSpecification
AlgorithmSpecification.Builder, AlgorithmSpecification.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AlgorithmSpecification.Builder builder) Constructor that initializes the object based on literal property values passed by theAlgorithmSpecification.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
Name of the algorithm resource to use for the training job.final List<MetricDefinition>
List of metric definition objects.final DockerImage
Registry path of the Docker image that contains the training algorithm.final InputMode
Input mode that the algorithm supports.final int
hashCode()
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:AlgorithmSpecification
Name 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:
getAlgorithmName
in interfaceAlgorithmSpecification
-
getMetricDefinitions
Description copied from interface:AlgorithmSpecification
List of metric definition objects.Each object specifies the metric name and regular expressions used to parse algorithm logs.
Default: - No metrics
- Specified by:
getMetricDefinitions
in interfaceAlgorithmSpecification
-
getTrainingImage
Description copied from interface:AlgorithmSpecification
Registry path of the Docker image that contains the training algorithm.Default: - No Docker image is specified
- Specified by:
getTrainingImage
in interfaceAlgorithmSpecification
-
getTrainingInputMode
Description copied from interface:AlgorithmSpecification
Input mode that the algorithm supports.Default: 'File' mode
- Specified by:
getTrainingInputMode
in interfaceAlgorithmSpecification
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-