Class: Aws::SageMaker::Types::ModelCardExportJobSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The summary of the Amazon SageMaker Model Card export job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time that the model card export job was created.

Returns:

  • (Time)


30705
30706
30707
30708
30709
30710
30711
30712
30713
30714
30715
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30705

class ModelCardExportJobSummary < Struct.new(
  :model_card_export_job_name,
  :model_card_export_job_arn,
  :status,
  :model_card_name,
  :model_card_version,
  :created_at,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_atTime

The date and time that the model card export job was last modified..

Returns:

  • (Time)


30705
30706
30707
30708
30709
30710
30711
30712
30713
30714
30715
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30705

class ModelCardExportJobSummary < Struct.new(
  :model_card_export_job_name,
  :model_card_export_job_arn,
  :status,
  :model_card_name,
  :model_card_version,
  :created_at,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#model_card_export_job_arnString

The Amazon Resource Name (ARN) of the model card export job.

Returns:

  • (String)


30705
30706
30707
30708
30709
30710
30711
30712
30713
30714
30715
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30705

class ModelCardExportJobSummary < Struct.new(
  :model_card_export_job_name,
  :model_card_export_job_arn,
  :status,
  :model_card_name,
  :model_card_version,
  :created_at,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#model_card_export_job_nameString

The name of the model card export job.

Returns:

  • (String)


30705
30706
30707
30708
30709
30710
30711
30712
30713
30714
30715
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30705

class ModelCardExportJobSummary < Struct.new(
  :model_card_export_job_name,
  :model_card_export_job_arn,
  :status,
  :model_card_name,
  :model_card_version,
  :created_at,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#model_card_nameString

The name of the model card that the export job exports.

Returns:

  • (String)


30705
30706
30707
30708
30709
30710
30711
30712
30713
30714
30715
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30705

class ModelCardExportJobSummary < Struct.new(
  :model_card_export_job_name,
  :model_card_export_job_arn,
  :status,
  :model_card_name,
  :model_card_version,
  :created_at,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#model_card_versionInteger

The version of the model card that the export job exports.

Returns:

  • (Integer)


30705
30706
30707
30708
30709
30710
30711
30712
30713
30714
30715
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30705

class ModelCardExportJobSummary < Struct.new(
  :model_card_export_job_name,
  :model_card_export_job_arn,
  :status,
  :model_card_name,
  :model_card_version,
  :created_at,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The completion status of the model card export job.

Returns:

  • (String)


30705
30706
30707
30708
30709
30710
30711
30712
30713
30714
30715
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30705

class ModelCardExportJobSummary < Struct.new(
  :model_card_export_job_name,
  :model_card_export_job_arn,
  :status,
  :model_card_name,
  :model_card_version,
  :created_at,
  :last_modified_at)
  SENSITIVE = []
  include Aws::Structure
end