Class CfnModelCardExportJobProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelCardExportJobProps.Jsii$Proxy
- All Implemented Interfaces:
CfnModelCardExportJobProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelCardExportJobProps
@Stability(Stable)
@Internal
public static final class CfnModelCardExportJobProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelCardExportJobProps
An implementation for
CfnModelCardExportJobProps-
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.CfnModelCardExportJobProps
CfnModelCardExportJobProps.Builder, CfnModelCardExportJobProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelCardExportJobProps.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 theCfnModelCardExportJobProps.Builder.
-
-
Method Details
-
getModelCardExportJobName
Description copied from interface:CfnModelCardExportJobPropsThe name of the model card export job.- Specified by:
getModelCardExportJobNamein interfaceCfnModelCardExportJobProps- See Also:
-
getModelCardName
Description copied from interface:CfnModelCardExportJobPropsThe name or Amazon Resource Name (ARN) of the model card to export.- Specified by:
getModelCardNamein interfaceCfnModelCardExportJobProps- See Also:
-
getOutputConfig
Description copied from interface:CfnModelCardExportJobPropsConfigure the export output details for an Amazon SageMaker Model Card.Returns union: either
IResolvableorCfnModelCardExportJob.ModelCardExportOutputConfigProperty- Specified by:
getOutputConfigin interfaceCfnModelCardExportJobProps- See Also:
-
getModelCardVersion
Description copied from interface:CfnModelCardExportJobPropsThe 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 interfaceCfnModelCardExportJobProps- 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()
-