Class: Aws::SageMaker::Types::ModelCardExportArtifacts
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelCardExportArtifacts
- Includes:
- Aws::Structure
- Defined in:
- 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.
32268 32269 32270 32271 32272 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 32268 class ModelCardExportArtifacts < Struct.new( :s3_export_artifacts) SENSITIVE = [] include Aws::Structure end |