static BatchTransformInput.Builder |
BatchTransformInput.builder() |
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.dataCapturedDestinationS3Uri(String dataCapturedDestinationS3Uri) |
The Amazon S3 location being used to capture the data.
|
default BatchTransformInput.Builder |
BatchTransformInput.Builder.datasetFormat(Consumer<MonitoringDatasetFormat.Builder> datasetFormat) |
The dataset format for your batch transform job.
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.datasetFormat(MonitoringDatasetFormat datasetFormat) |
The dataset format for your batch transform job.
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.endTimeOffset(String endTimeOffset) |
If specified, monitoring jobs subtract this time from the end time.
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.excludeFeaturesAttribute(String excludeFeaturesAttribute) |
The attributes of the input data to exclude from the analysis.
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.featuresAttribute(String featuresAttribute) |
The attributes of the input data that are the input features.
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.inferenceAttribute(String inferenceAttribute) |
The attribute of the input data that represents the ground truth label.
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.localPath(String localPath) |
Path to the filesystem where the batch transform data is available to the container.
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.probabilityAttribute(String probabilityAttribute) |
In a classification problem, the attribute that represents the class probability.
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.probabilityThresholdAttribute(Double probabilityThresholdAttribute) |
The threshold for the class probability to be evaluated as a positive result.
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.s3DataDistributionType(String s3DataDistributionType) |
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType) |
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.s3InputMode(String s3InputMode) |
Whether the Pipe or File is used as the input mode for transferring data for the
monitoring job.
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.s3InputMode(ProcessingS3InputMode s3InputMode) |
Whether the Pipe or File is used as the input mode for transferring data for the
monitoring job.
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.startTimeOffset(String startTimeOffset) |
If specified, monitoring jobs substract this time from the start time.
|
BatchTransformInput.Builder |
BatchTransformInput.toBuilder() |
|