Class CfnModelCardExportJobMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelCardExportJobMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnModelCardExportJobMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelCardExportJobMixinProps
@Stability(Stable)
@Internal
public static final class CfnModelCardExportJobMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelCardExportJobMixinProps
An implementation for
CfnModelCardExportJobMixinProps-
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.CfnModelCardExportJobMixinProps
CfnModelCardExportJobMixinProps.Builder, CfnModelCardExportJobMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelCardExportJobMixinProps.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 StringThe name of the model card export job.final StringThe name or Amazon Resource Name (ARN) of the model card to export.final NumberThe version of the model card to export.final ObjectConfigure the export output details for an Amazon SageMaker 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 theCfnModelCardExportJobMixinProps.Builder.
-
-
Method Details
-
getModelCardExportJobName
Description copied from interface:CfnModelCardExportJobMixinPropsThe name of the model card export job.- Specified by:
getModelCardExportJobNamein interfaceCfnModelCardExportJobMixinProps- See Also:
-
getModelCardName
Description copied from interface:CfnModelCardExportJobMixinPropsThe name or Amazon Resource Name (ARN) of the model card to export.- Specified by:
getModelCardNamein interfaceCfnModelCardExportJobMixinProps- See Also:
-
getModelCardVersion
Description copied from interface:CfnModelCardExportJobMixinPropsThe version of the model card to export.If a version is not provided, then the latest version of the model card is exported.
- Specified by:
getModelCardVersionin interfaceCfnModelCardExportJobMixinProps- See Also:
-
getOutputConfig
Description copied from interface:CfnModelCardExportJobMixinPropsConfigure the export output details for an Amazon SageMaker Model Card.Returns union: either
IResolvableorCfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty- Specified by:
getOutputConfigin interfaceCfnModelCardExportJobMixinProps- 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()
-