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.
4739 4740 4741 |
# File 'sig/types.rbs', line 4739 def content @content end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4743 4744 4745 |
# File 'sig/types.rbs', line 4743 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4742 4743 4744 |
# File 'sig/types.rbs', line 4742 def creation_time @creation_time end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4745 4746 4747 |
# File 'sig/types.rbs', line 4745 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4744 4745 4746 |
# File 'sig/types.rbs', line 4744 def last_modified_time @last_modified_time end |
#model_card_arn ⇒ ::String
Returns the value of attribute model_card_arn.
4736 4737 4738 |
# File 'sig/types.rbs', line 4736 def model_card_arn @model_card_arn end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
4737 4738 4739 |
# File 'sig/types.rbs', line 4737 def model_card_name @model_card_name end |
#model_card_processing_status ⇒ "DeleteInProgress", ...
Returns the value of attribute model_card_processing_status.
4746 4747 4748 |
# File 'sig/types.rbs', line 4746 def model_card_processing_status @model_card_processing_status end |
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
4740 4741 4742 |
# File 'sig/types.rbs', line 4740 def model_card_status @model_card_status end |
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
4738 4739 4740 |
# File 'sig/types.rbs', line 4738 def model_card_version @model_card_version end |
#security_config ⇒ Types::ModelCardSecurityConfig
Returns the value of attribute security_config.
4741 4742 4743 |
# File 'sig/types.rbs', line 4741 def security_config @security_config end |