ModelQualityJobDefinitionBatchTransformInputArgs

data class ModelQualityJobDefinitionBatchTransformInputArgs(val dataCapturedDestinationS3Uri: Output<String>, val datasetFormat: Output<ModelQualityJobDefinitionDatasetFormatArgs>, val endTimeOffset: Output<String>? = null, val inferenceAttribute: Output<String>? = null, val localPath: Output<String>, val probabilityAttribute: Output<String>? = null, val probabilityThresholdAttribute: Output<Double>? = null, val s3DataDistributionType: Output<ModelQualityJobDefinitionBatchTransformInputS3DataDistributionType>? = null, val s3InputMode: Output<ModelQualityJobDefinitionBatchTransformInputS3InputMode>? = null, val startTimeOffset: Output<String>? = null) : ConvertibleToJava<ModelQualityJobDefinitionBatchTransformInputArgs>

The batch transform input for a monitoring job.

Constructors

constructor(dataCapturedDestinationS3Uri: Output<String>, datasetFormat: Output<ModelQualityJobDefinitionDatasetFormatArgs>, endTimeOffset: Output<String>? = null, inferenceAttribute: Output<String>? = null, localPath: Output<String>, probabilityAttribute: Output<String>? = null, probabilityThresholdAttribute: Output<Double>? = null, s3DataDistributionType: Output<ModelQualityJobDefinitionBatchTransformInputS3DataDistributionType>? = null, s3InputMode: Output<ModelQualityJobDefinitionBatchTransformInputS3InputMode>? = null, startTimeOffset: Output<String>? = null)

Properties

Link copied to clipboard

A URI that identifies the Amazon S3 storage location where Batch Transform Job captures data.

Link copied to clipboard

The dataset format for your batch transform job.

Link copied to clipboard
val endTimeOffset: Output<String>? = null

Monitoring end time offset, e.g. PT0H

Link copied to clipboard
val inferenceAttribute: Output<String>? = null

Index or JSONpath to locate predicted label(s)

Link copied to clipboard
val localPath: Output<String>

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

Link copied to clipboard
val probabilityAttribute: Output<String>? = null

Index or JSONpath to locate probabilities

Link copied to clipboard

The threshold for the class probability to be evaluated as a positive result.

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.

Link copied to clipboard
val startTimeOffset: Output<String>? = null

Monitoring start time offset, e.g. -PT1H

Functions

Link copied to clipboard
open override fun toJava(): ModelQualityJobDefinitionBatchTransformInputArgs