Class CfnSpace.KernelGatewayAppSettingsProperty.Jsii$Proxy

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

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

  • Method Details

    • getCustomImages

      public final Object getCustomImages()
      Description copied from interface: CfnSpace.KernelGatewayAppSettingsProperty
      A list of custom SageMaker images that are configured to run as a KernelGateway app.
      Specified by:
      getCustomImages in interface CfnSpace.KernelGatewayAppSettingsProperty
    • getDefaultResourceSpec

      public final Object getDefaultResourceSpec()
      Description copied from interface: CfnSpace.KernelGatewayAppSettingsProperty
      The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.

      The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the AWS Command Line Interface or AWS CloudFormation and the instance type parameter value is not passed.

      Specified by:
      getDefaultResourceSpec in interface CfnSpace.KernelGatewayAppSettingsProperty
    • $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