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-
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.services.sagemaker.CfnModelCardProps
CfnModelCardProps.Builder, CfnModelCardProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnModelCardProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnModelCardProps.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 theCfnModelCardProps.Builder.
-
-
Method Details
-
getContent
Description copied from interface:CfnModelCardPropsThe content of the model card.Content uses the model card JSON schema .
Returns union: either
IResolvableorCfnModelCard.ContentProperty- Specified by:
getContentin interfaceCfnModelCardProps- See Also:
-
getModelCardName
Description copied from interface:CfnModelCardPropsThe unique name of the model card.- Specified by:
getModelCardNamein interfaceCfnModelCardProps- See Also:
-
getModelCardStatus
Description copied from interface:CfnModelCardPropsThe 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 interfaceCfnModelCardProps- See Also:
-
getCreatedBy
Description copied from interface:CfnModelCardPropsInformation 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
IResolvableorCfnModelCard.UserContextProperty- Specified by:
getCreatedByin interfaceCfnModelCardProps- See Also:
-
getLastModifiedBy
Description copied from interface:CfnModelCardPropsInformation about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.Returns union: either
IResolvableorCfnModelCard.UserContextProperty- Specified by:
getLastModifiedByin interfaceCfnModelCardProps- See Also:
-
getSecurityConfig
Description copied from interface:CfnModelCardPropsThe security configuration used to protect model card data.Returns union: either
IResolvableorCfnModelCard.SecurityConfigProperty- Specified by:
getSecurityConfigin interfaceCfnModelCardProps- See Also:
-
getTags
Description copied from interface:CfnModelCardPropsKey-value pairs used to manage metadata for the model card.- Specified by:
getTagsin interfaceCfnModelCardProps- 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()
-