Class: Aws::SageMaker::Types::ModelCardExportArtifacts

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3_export_artifactsString

The Amazon S3 URI of the exported model artifacts.

Returns:

  • (String)


30529
30530
30531
30532
30533
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30529

class ModelCardExportArtifacts < Struct.new(
  :s3_export_artifacts)
  SENSITIVE = []
  include Aws::Structure
end