Class: Aws::SageMaker::Types::MonitoringInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::MonitoringInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The inputs for a monitoring job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_transform_input ⇒ Types::BatchTransformInput
Input object for the batch transform job.
-
#endpoint_input ⇒ Types::EndpointInput
The endpoint for a monitoring job.
Instance Attribute Details
#batch_transform_input ⇒ Types::BatchTransformInput
Input object for the batch transform job.
34285 34286 34287 34288 34289 34290 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34285 class MonitoringInput < Struct.new( :endpoint_input, :batch_transform_input) SENSITIVE = [] include Aws::Structure end |
#endpoint_input ⇒ Types::EndpointInput
The endpoint for a monitoring job.
34285 34286 34287 34288 34289 34290 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 34285 class MonitoringInput < Struct.new( :endpoint_input, :batch_transform_input) SENSITIVE = [] include Aws::Structure end |