Class CfnModelCardProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnModelCardProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelCardProps
An implementation for CfnModelCardProps
  • 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(CfnModelCardProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnModelCardProps.Builder.
  • Method Details

    • getContent

      public final Object getContent()
      Description copied from interface: CfnModelCardProps
      The content of the model card.

      Content uses the model card JSON schema .

      Specified by:
      getContent in interface CfnModelCardProps
    • getModelCardName

      public final String getModelCardName()
      Description copied from interface: CfnModelCardProps
      The unique name of the model card.
      Specified by:
      getModelCardName in interface CfnModelCardProps
    • getModelCardStatus

      public final String getModelCardStatus()
      Description copied from interface: CfnModelCardProps
      The approval status of the model card within your organization.

      Different organizations might have different criteria for model card review and approval.

      • Draft : The model card is a work in progress.
      • PendingReview : The model card is pending review.
      • Approved : The model card is approved.
      • Archived : The model card is archived. No more updates should be made to the model card, but it can still be exported.
      Specified by:
      getModelCardStatus in interface CfnModelCardProps
    • getCreatedBy

      public final Object getCreatedBy()
      Description copied from interface: CfnModelCardProps
      Information about the user who created or modified one or more of the following:.

      • Experiment
      • Trial
      • Trial component
      • Lineage group
      • Project
      • Model Card
      Specified by:
      getCreatedBy in interface CfnModelCardProps
    • getLastModifiedBy

      public final Object getLastModifiedBy()
      Description copied from interface: CfnModelCardProps
      AWS::SageMaker::ModelCard.LastModifiedBy.
      Specified by:
      getLastModifiedBy in interface CfnModelCardProps
    • getSecurityConfig

      public final Object getSecurityConfig()
      Description copied from interface: CfnModelCardProps
      The security configuration used to protect model card data.
      Specified by:
      getSecurityConfig in interface CfnModelCardProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnModelCardProps
      Key-value pairs used to manage metadata for the model card.
      Specified by:
      getTags in interface CfnModelCardProps
    • $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