Class ModelAttributes.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class ModelAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ModelAttributes
An implementation for ModelAttributes
  • 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.sagemaker.alpha.ModelAttributes

    ModelAttributes.Builder, ModelAttributes.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ModelAttributes.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) The ARN of this model.
    final IRole
    (experimental) The IAM execution role associated with this model.
    (experimental) The security groups for this model, if in a VPC.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(ModelAttributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ModelAttributes.Builder.
  • Method Details

    • getModelArn

      public final String getModelArn()
      Description copied from interface: ModelAttributes
      (experimental) The ARN of this model.
      Specified by:
      getModelArn in interface ModelAttributes
    • getRole

      public final IRole getRole()
      Description copied from interface: ModelAttributes
      (experimental) The IAM execution role associated with this model.

      Default: - When not provided, any role-related operations will no-op.

      Specified by:
      getRole in interface ModelAttributes
    • getSecurityGroups

      public final List<ISecurityGroup> getSecurityGroups()
      Description copied from interface: ModelAttributes
      (experimental) The security groups for this model, if in a VPC.

      Default: - When not provided, the connections to/from this model cannot be managed.

      Specified by:
      getSecurityGroups in interface ModelAttributes
    • $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