You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::MonitoringInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MonitoringInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  endpoint_input: { # required
    endpoint_name: "EndpointName", # required
    local_path: "ProcessingLocalPath", # required
    s3_input_mode: "Pipe", # accepts Pipe, File
    s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
  },
}

The inputs for a monitoring job.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_inputTypes::EndpointInput

The endpoint for a monitoring job.

Returns: