Class: Aws::SageMaker::Types::ModelCardSummary

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

Overview

A summary of the model card.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The date and time that the model card was created.

Returns:

  • (Time)


30735
30736
30737
30738
30739
30740
30741
30742
30743
# File 'lib/aws-sdk-sagemaker/types.rb', line 30735

class ModelCardSummary < Struct.new(
  :model_card_name,
  :model_card_arn,
  :model_card_status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

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

Returns:

  • (Time)


30735
30736
30737
30738
30739
30740
30741
30742
30743
# File 'lib/aws-sdk-sagemaker/types.rb', line 30735

class ModelCardSummary < Struct.new(
  :model_card_name,
  :model_card_arn,
  :model_card_status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#model_card_arnString

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

Returns:

  • (String)


30735
30736
30737
30738
30739
30740
30741
30742
30743
# File 'lib/aws-sdk-sagemaker/types.rb', line 30735

class ModelCardSummary < Struct.new(
  :model_card_name,
  :model_card_arn,
  :model_card_status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#model_card_nameString

The name of the model card.

Returns:

  • (String)


30735
30736
30737
30738
30739
30740
30741
30742
30743
# File 'lib/aws-sdk-sagemaker/types.rb', line 30735

class ModelCardSummary < Struct.new(
  :model_card_name,
  :model_card_arn,
  :model_card_status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#model_card_statusString

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

  • ‘Draft`: The model card is a work in progress.

  • ‘PendingReview`: The model card is pending review.

  • ‘Approved`: The model card is approved.

  • ‘Archived`: The model card is archived. No more updates should be made to the model card, but it can still be exported.

Returns:

  • (String)


30735
30736
30737
30738
30739
30740
30741
30742
30743
# File 'lib/aws-sdk-sagemaker/types.rb', line 30735

class ModelCardSummary < Struct.new(
  :model_card_name,
  :model_card_arn,
  :model_card_status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end