Class: Aws::Types::DescribeModelCardRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeModelCardRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#included_data ⇒ "AllData", "MetadataOnly"
Returns the value of attribute included_data.
-
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
-
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
Instance Attribute Details
#included_data ⇒ "AllData", "MetadataOnly"
Returns the value of attribute included_data.
4731 4732 4733 |
# File 'sig/types.rbs', line 4731 def included_data @included_data end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
4729 4730 4731 |
# File 'sig/types.rbs', line 4729 def model_card_name @model_card_name end |
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
4730 4731 4732 |
# File 'sig/types.rbs', line 4730 def model_card_version @model_card_version end |