ModelExplainabilityJobDefinitionEndpointInput

data class ModelExplainabilityJobDefinitionEndpointInput(val endpointName: String, val featuresAttribute: String? = null, val inferenceAttribute: String? = null, val localPath: String, val probabilityAttribute: String? = null, val s3DataDistributionType: ModelExplainabilityJobDefinitionEndpointInputS3DataDistributionType? = null, val s3InputMode: ModelExplainabilityJobDefinitionEndpointInputS3InputMode? = null)

The endpoint for a monitoring job.

Constructors

constructor(endpointName: String, featuresAttribute: String? = null, inferenceAttribute: String? = null, localPath: String, probabilityAttribute: String? = null, s3DataDistributionType: ModelExplainabilityJobDefinitionEndpointInputS3DataDistributionType? = null, s3InputMode: ModelExplainabilityJobDefinitionEndpointInputS3InputMode? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An endpoint in customer's account which has enabled DataCaptureConfig enabled.

Link copied to clipboard

JSONpath to locate features in JSONlines dataset

Link copied to clipboard

Index or JSONpath to locate predicted label(s)

Link copied to clipboard

Path to the filesystem where the endpoint data is available to the container.

Link copied to clipboard

Index or JSONpath to locate probabilities

Link copied to clipboard

Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to FullyReplicated

Link copied to clipboard

Whether the Pipe or File is used as the input mode for transfering data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.