Interface CfnModelCardExportJobPropsMixin.ModelCardExportArtifactsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelCardExportJobPropsMixin.ModelCardExportArtifactsProperty.Jsii$Proxy
- Enclosing class:
CfnModelCardExportJobPropsMixin
@Stability(Stable)
public static interface CfnModelCardExportJobPropsMixin.ModelCardExportArtifactsProperty
extends software.amazon.jsii.JsiiSerializable
The artifacts of the model card export job.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
ModelCardExportArtifactsProperty modelCardExportArtifactsProperty = ModelCardExportArtifactsProperty.builder()
.s3ExportArtifacts("s3ExportArtifacts")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnModelCardExportJobPropsMixin.ModelCardExportArtifactsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3ExportArtifacts
The Amazon S3 URI of the exported model artifacts.- See Also:
-
builder
@Stability(Stable) static CfnModelCardExportJobPropsMixin.ModelCardExportArtifactsProperty.Builder builder()
-