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
  • 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

      protected Jsii$Proxy(AlgorithmSpecification.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AlgorithmSpecification.Builder.
  • Method Details

    • getAlgorithmName

      public final String 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 interface AlgorithmSpecification
    • getMetricDefinitions

      public final List<MetricDefinition> 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 interface AlgorithmSpecification
    • getTrainingImage

      public final DockerImage 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 interface AlgorithmSpecification
    • getTrainingInputMode

      public final InputMode getTrainingInputMode()
      Description copied from interface: AlgorithmSpecification
      Input mode that the algorithm supports.

      Default: 'File' mode

      Specified by:
      getTrainingInputMode in interface AlgorithmSpecification
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object