Class: Aws::Types::DescribeModelCardResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeModelCardResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#model_card_arn ⇒ ::String
Returns the value of attribute model_card_arn.
-
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
-
#model_card_processing_status ⇒ "DeleteInProgress", ...
Returns the value of attribute model_card_processing_status.
-
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
-
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
-
#security_config ⇒ Types::ModelCardSecurityConfig
Returns the value of attribute security_config.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
4757 4758 4759 |
# File 'sig/types.rbs', line 4757 def content @content end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4761 4762 4763 |
# File 'sig/types.rbs', line 4761 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4760 4761 4762 |
# File 'sig/types.rbs', line 4760 def creation_time @creation_time end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4763 4764 4765 |
# File 'sig/types.rbs', line 4763 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4762 4763 4764 |
# File 'sig/types.rbs', line 4762 def last_modified_time @last_modified_time end |
#model_card_arn ⇒ ::String
Returns the value of attribute model_card_arn.
4754 4755 4756 |
# File 'sig/types.rbs', line 4754 def model_card_arn @model_card_arn end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
4755 4756 4757 |
# File 'sig/types.rbs', line 4755 def model_card_name @model_card_name end |
#model_card_processing_status ⇒ "DeleteInProgress", ...
Returns the value of attribute model_card_processing_status.
4764 4765 4766 |
# File 'sig/types.rbs', line 4764 def model_card_processing_status @model_card_processing_status end |
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
4758 4759 4760 |
# File 'sig/types.rbs', line 4758 def model_card_status @model_card_status end |
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
4756 4757 4758 |
# File 'sig/types.rbs', line 4756 def model_card_version @model_card_version end |
#security_config ⇒ Types::ModelCardSecurityConfig
Returns the value of attribute security_config.
4759 4760 4761 |
# File 'sig/types.rbs', line 4759 def security_config @security_config end |