Class CfnModelCardExportJob
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.sagemaker.CfnModelCardExportJob
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IModelCardExportJobRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-24T11:46:54.201Z")
@Stability(Stable)
public class CfnModelCardExportJob
extends CfnResource
implements IInspectable, IModelCardExportJobRef
Definition of AWS::SageMaker::ModelCardExportJob Resource Type.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
CfnModelCardExportJob cfnModelCardExportJob = CfnModelCardExportJob.Builder.create(this, "MyCfnModelCardExportJob")
.modelCardExportJobName("modelCardExportJobName")
.modelCardName("modelCardName")
.outputConfig(ModelCardExportOutputConfigProperty.builder()
.s3OutputPath("s3OutputPath")
.build())
// the properties below are optional
.modelCardVersion(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnModelCardExportJob.static interfaceThe artifacts of the model card export job.static interfaceConfigure the export output details for an Amazon SageMaker Model Card.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.sagemaker.IModelCardExportJobRef
IModelCardExportJobRef.Jsii$Default, IModelCardExportJobRef.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnModelCardExportJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnModelCardExportJob(software.amazon.jsii.JsiiObjectRef objRef) CfnModelCardExportJob(software.constructs.Construct scope, String id, CfnModelCardExportJobProps props) Create a newAWS::SageMaker::ModelCardExportJob. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringThe date and time that the model card export job was created.The artifacts of the model card export job.The date and time that the model card export job was last modified.The Amazon Resource Name (ARN) of the model card export job.The completion status of the model card export job.The name of the model card export job.A reference to a ModelCardExportJob resource.The name or Amazon Resource Name (ARN) of the model card to export.The version of the model card to export.Configure the export output details for an Amazon SageMaker Model Card.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnModelCardExportJob.renderProperties(Map<String, Object> props) voidsetModelCardExportJobName(String value) The name of the model card export job.voidsetModelCardName(String value) The name or Amazon Resource Name (ARN) of the model card to export.voidsetModelCardVersion(Number value) The version of the model card to export.voidsetOutputConfig(IResolvable value) Configure the export output details for an Amazon SageMaker Model Card.voidConfigure the export output details for an Amazon SageMaker Model Card.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, addResourceDependency, addResourceDependency, applyCrossStackReferenceStrength, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, cfnPropertyName, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, removeDependency, removeResourceDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnModelCardExportJob
protected CfnModelCardExportJob(software.amazon.jsii.JsiiObjectRef objRef) -
CfnModelCardExportJob
protected CfnModelCardExportJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnModelCardExportJob
@Stability(Stable) public CfnModelCardExportJob(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnModelCardExportJobProps props) Create a newAWS::SageMaker::ModelCardExportJob.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForModelCardExportJob
@Stability(Stable) @NotNull public static String arnForModelCardExportJob(@NotNull IModelCardExportJobRef resource) - Parameters:
resource- This parameter is required.
-
isCfnModelCardExportJob
Checks whether the given object is a CfnModelCardExportJob.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrCreatedAt
The date and time that the model card export job was created. -
getAttrExportArtifacts
The artifacts of the model card export job. -
getAttrLastModifiedAt
The date and time that the model card export job was last modified. -
getAttrModelCardExportJobArn
The Amazon Resource Name (ARN) of the model card export job. -
getAttrStatus
The completion status of the model card export job. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCfnPropertyNames
- Overrides:
getCfnPropertyNamesin classCfnResource
-
getModelCardExportJobRef
A reference to a ModelCardExportJob resource.- Specified by:
getModelCardExportJobRefin interfaceIModelCardExportJobRef
-
getModelCardExportJobName
The name of the model card export job. -
setModelCardExportJobName
The name of the model card export job. -
getModelCardName
The name or Amazon Resource Name (ARN) of the model card to export. -
setModelCardName
The name or Amazon Resource Name (ARN) of the model card to export. -
getOutputConfig
Configure the export output details for an Amazon SageMaker Model Card.Returns union: either
IResolvableorCfnModelCardExportJob.ModelCardExportOutputConfigProperty -
setOutputConfig
Configure the export output details for an Amazon SageMaker Model Card. -
setOutputConfig
@Stability(Stable) public void setOutputConfig(@NotNull CfnModelCardExportJob.ModelCardExportOutputConfigProperty value) Configure the export output details for an Amazon SageMaker Model Card. -
getModelCardVersion
The version of the model card to export. -
setModelCardVersion
The version of the model card to export.
-