Class: Aws::Types::StartTrainedModelExportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartTrainedModelExportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_configuration ⇒ Types::TrainedModelExportOutputConfiguration
Returns the value of attribute output_configuration.
-
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
-
#trained_model_version_identifier ⇒ ::String
Returns the value of attribute trained_model_version_identifier.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def membership_identifier @membership_identifier end |
#name ⇒ ::String
Returns the value of attribute name.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def name @name end |
#output_configuration ⇒ Types::TrainedModelExportOutputConfiguration
Returns the value of attribute output_configuration.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def output_configuration @output_configuration end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def trained_model_arn @trained_model_arn end |
#trained_model_version_identifier ⇒ ::String
Returns the value of attribute trained_model_version_identifier.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def trained_model_version_identifier @trained_model_version_identifier end |