Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SageMaker::Types::ModelCardVersionSummary

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

Overview

A summary of a specific version 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 version was created.

Returns:

  • (Time)

34470
34471
34472
34473
34474
34475
34476
34477
34478
34479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34470

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

#last_modified_timeTime

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

Returns:

  • (Time)

34470
34471
34472
34473
34474
34475
34476
34477
34478
34479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34470

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

#model_card_arnString

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

Returns:

  • (String)

34470
34471
34472
34473
34474
34475
34476
34477
34478
34479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34470

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

#model_card_nameString

The name of the model card.

Returns:

  • (String)

34470
34471
34472
34473
34474
34475
34476
34477
34478
34479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34470

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

#model_card_statusString

The approval status of the model card version 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)

34470
34471
34472
34473
34474
34475
34476
34477
34478
34479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34470

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

#model_card_versionInteger

A version of the model card.

Returns:

  • (Integer)

34470
34471
34472
34473
34474
34475
34476
34477
34478
34479
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34470

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