Class: Aws::SageMaker::Types::ModelCardSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::ModelCardSummary
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
A summary of the model card.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time that the model card was created. 
- 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time that the model card was last modified. 
- 
  
    
      #model_card_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the model card. 
- 
  
    
      #model_card_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the model card. 
- 
  
    
      #model_card_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The approval status of the model card within your organization. 
Instance Attribute Details
#creation_time ⇒ Time
The date and time that the model card was created.
| 36362 36363 36364 36365 36366 36367 36368 36369 36370 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36362 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_time ⇒ Time
The date and time that the model card was last modified.
| 36362 36363 36364 36365 36366 36367 36368 36369 36370 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36362 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_arn ⇒ String
The Amazon Resource Name (ARN) of the model card.
| 36362 36363 36364 36365 36366 36367 36368 36369 36370 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36362 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_name ⇒ String
The name of the model card.
| 36362 36363 36364 36365 36366 36367 36368 36369 36370 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36362 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_status ⇒ String
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.
| 36362 36363 36364 36365 36366 36367 36368 36369 36370 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36362 class ModelCardSummary < Struct.new( :model_card_name, :model_card_arn, :model_card_status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |