Class CfnModelCardMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelCardMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnModelCardMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelCardMixinProps
@Stability(Stable)
@Internal
public static final class CfnModelCardMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelCardMixinProps
An implementation for
CfnModelCardMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelCardMixinProps
CfnModelCardMixinProps.Builder, CfnModelCardMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnModelCardMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnModelCardMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe content of the model card.final ObjectInformation about the user who created or modified one or more of the following:.final ObjectInformation about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.final StringThe unique name of the model card.final StringThe approval status of the model card within your organization.final ObjectThe security configuration used to protect model card data.getTags()Key-value pairs used to manage metadata for the model card.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnModelCardMixinProps.Builder.
-
-
Method Details
-
getContent
Description copied from interface:CfnModelCardMixinPropsThe content of the model card.Content uses the model card JSON schema .
Returns union: either
IResolvableorCfnModelCardPropsMixin.ContentProperty- Specified by:
getContentin interfaceCfnModelCardMixinProps- See Also:
-
getCreatedBy
Description copied from interface:CfnModelCardMixinPropsInformation about the user who created or modified one or more of the following:.- Experiment
- Trial
- Trial component
- Lineage group
- Project
- Model Card
Returns union: either
IResolvableorCfnModelCardPropsMixin.UserContextProperty- Specified by:
getCreatedByin interfaceCfnModelCardMixinProps- See Also:
-
getLastModifiedBy
Description copied from interface:CfnModelCardMixinPropsInformation about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.Returns union: either
IResolvableorCfnModelCardPropsMixin.UserContextProperty- Specified by:
getLastModifiedByin interfaceCfnModelCardMixinProps- See Also:
-
getModelCardName
Description copied from interface:CfnModelCardMixinPropsThe unique name of the model card.- Specified by:
getModelCardNamein interfaceCfnModelCardMixinProps- See Also:
-
getModelCardStatus
Description copied from interface:CfnModelCardMixinPropsThe 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:
getModelCardStatusin interfaceCfnModelCardMixinProps- See Also:
-
getSecurityConfig
Description copied from interface:CfnModelCardMixinPropsThe security configuration used to protect model card data.Returns union: either
IResolvableorCfnModelCardPropsMixin.SecurityConfigProperty- Specified by:
getSecurityConfigin interfaceCfnModelCardMixinProps- See Also:
-
getTags
Description copied from interface:CfnModelCardMixinPropsKey-value pairs used to manage metadata for the model card.- Specified by:
getTagsin interfaceCfnModelCardMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-