Class: Aws::Types::CreateModelCardExportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelCardExportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_card_export_job_name ⇒ ::String
Returns the value of attribute model_card_export_job_name.
-
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
-
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
-
#output_config ⇒ Types::ModelCardExportOutputConfig
Returns the value of attribute output_config.
Instance Attribute Details
#model_card_export_job_name ⇒ ::String
Returns the value of attribute model_card_export_job_name.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def model_card_export_job_name @model_card_export_job_name end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def model_card_name @model_card_name end |
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
2499 2500 2501 |
# File 'sig/types.rbs', line 2499 def model_card_version @model_card_version end |
#output_config ⇒ Types::ModelCardExportOutputConfig
Returns the value of attribute output_config.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def output_config @output_config end |