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.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def model_card_export_job_name @model_card_export_job_name end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def model_card_name @model_card_name end |
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def model_card_version @model_card_version end |
#output_config ⇒ Types::ModelCardExportOutputConfig
Returns the value of attribute output_config.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def output_config @output_config end |