Class CfnModel.InferenceExecutionConfigProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModel.InferenceExecutionConfigProperty.Jsii$Proxy
All Implemented Interfaces:
CfnModel.InferenceExecutionConfigProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnModel.InferenceExecutionConfigProperty

@Stability(Stable) @Internal public static final class CfnModel.InferenceExecutionConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModel.InferenceExecutionConfigProperty
  • Constructor Details

  • Method Details

    • getMode

      public final String getMode()
      Description copied from interface: CfnModel.InferenceExecutionConfigProperty
      How containers in a multi-container are run. The following values are valid.

      • Serial - Containers run as a serial pipeline.
      • Direct - Only the individual container that you specify is run.
      Specified by:
      getMode in interface CfnModel.InferenceExecutionConfigProperty
    • $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