Class: Aws::Types::ModelQualityJobInput
- Inherits:
-
Object
- Object
- Aws::Types::ModelQualityJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_transform_input ⇒ Types::BatchTransformInput
Returns the value of attribute batch_transform_input.
-
#endpoint_input ⇒ Types::EndpointInput
Returns the value of attribute endpoint_input.
-
#ground_truth_s3_input ⇒ Types::MonitoringGroundTruthS3Input
Returns the value of attribute ground_truth_s3_input.
Instance Attribute Details
#batch_transform_input ⇒ Types::BatchTransformInput
Returns the value of attribute batch_transform_input.
9215 9216 9217 |
# File 'sig/types.rbs', line 9215 def batch_transform_input @batch_transform_input end |
#endpoint_input ⇒ Types::EndpointInput
Returns the value of attribute endpoint_input.
9214 9215 9216 |
# File 'sig/types.rbs', line 9214 def endpoint_input @endpoint_input end |
#ground_truth_s3_input ⇒ Types::MonitoringGroundTruthS3Input
Returns the value of attribute ground_truth_s3_input.
9216 9217 9218 |
# File 'sig/types.rbs', line 9216 def ground_truth_s3_input @ground_truth_s3_input end |