Class: Aws::SageMaker::Types::ModelCardExportArtifacts
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelCardExportArtifacts
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The artifacts of the model card export job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_export_artifacts ⇒ String
The Amazon S3 URI of the exported model artifacts.
Instance Attribute Details
#s3_export_artifacts ⇒ String
The Amazon S3 URI of the exported model artifacts.
33625 33626 33627 33628 33629 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33625 class ModelCardExportArtifacts < Struct.new( :s3_export_artifacts) SENSITIVE = [] include Aws::Structure end |