Class: Aws::Types::CancelTrainedModelInferenceJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelTrainedModelInferenceJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#trained_model_inference_job_arn ⇒ ::String
Returns the value of attribute trained_model_inference_job_arn.
Instance Attribute Details
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
102 103 104 |
# File 'sig/types.rbs', line 102 def membership_identifier @membership_identifier end |
#trained_model_inference_job_arn ⇒ ::String
Returns the value of attribute trained_model_inference_job_arn.
103 104 105 |
# File 'sig/types.rbs', line 103 def trained_model_inference_job_arn @trained_model_inference_job_arn end |