public static interface BatchTransformInput.Builder extends SdkPojo, CopyableBuilder<BatchTransformInput.Builder,BatchTransformInput>
| Modifier and Type | Method and Description |
|---|---|
BatchTransformInput.Builder |
dataCapturedDestinationS3Uri(String dataCapturedDestinationS3Uri)
The Amazon S3 location being used to capture the data.
|
default BatchTransformInput.Builder |
datasetFormat(Consumer<MonitoringDatasetFormat.Builder> datasetFormat)
The dataset format for your batch transform job.
|
BatchTransformInput.Builder |
datasetFormat(MonitoringDatasetFormat datasetFormat)
The dataset format for your batch transform job.
|
BatchTransformInput.Builder |
endTimeOffset(String endTimeOffset)
If specified, monitoring jobs subtract this time from the end time.
|
BatchTransformInput.Builder |
excludeFeaturesAttribute(String excludeFeaturesAttribute)
The attributes of the input data to exclude from the analysis.
|
BatchTransformInput.Builder |
featuresAttribute(String featuresAttribute)
The attributes of the input data that are the input features.
|
BatchTransformInput.Builder |
inferenceAttribute(String inferenceAttribute)
The attribute of the input data that represents the ground truth label.
|
BatchTransformInput.Builder |
localPath(String localPath)
Path to the filesystem where the batch transform data is available to the container.
|
BatchTransformInput.Builder |
probabilityAttribute(String probabilityAttribute)
In a classification problem, the attribute that represents the class probability.
|
BatchTransformInput.Builder |
probabilityThresholdAttribute(Double probabilityThresholdAttribute)
The threshold for the class probability to be evaluated as a positive result.
|
BatchTransformInput.Builder |
s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
BatchTransformInput.Builder |
s3DataDistributionType(String s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
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 |
s3InputMode(String s3InputMode)
Whether the
Pipe or File is used as the input mode for transferring data for the
monitoring job. |
BatchTransformInput.Builder |
startTimeOffset(String startTimeOffset)
If specified, monitoring jobs substract this time from the start time.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchTransformInput.Builder dataCapturedDestinationS3Uri(String dataCapturedDestinationS3Uri)
The Amazon S3 location being used to capture the data.
dataCapturedDestinationS3Uri - The Amazon S3 location being used to capture the data.BatchTransformInput.Builder datasetFormat(MonitoringDatasetFormat datasetFormat)
The dataset format for your batch transform job.
datasetFormat - The dataset format for your batch transform job.default BatchTransformInput.Builder datasetFormat(Consumer<MonitoringDatasetFormat.Builder> datasetFormat)
The dataset format for your batch transform job.
This is a convenience method that creates an instance of theMonitoringDatasetFormat.Builder avoiding
the need to create one manually via MonitoringDatasetFormat.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to datasetFormat(MonitoringDatasetFormat).
datasetFormat - a consumer that will call methods on MonitoringDatasetFormat.BuilderdatasetFormat(MonitoringDatasetFormat)BatchTransformInput.Builder localPath(String localPath)
Path to the filesystem where the batch transform data is available to the container.
localPath - Path to the filesystem where the batch transform data is available to the container.BatchTransformInput.Builder s3InputMode(String s3InputMode)
Whether the Pipe or File is used as the input mode for transferring 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.
s3InputMode - Whether the Pipe or File is used as the input mode for transferring 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.ProcessingS3InputMode,
ProcessingS3InputModeBatchTransformInput.Builder s3InputMode(ProcessingS3InputMode s3InputMode)
Whether the Pipe or File is used as the input mode for transferring 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.
s3InputMode - Whether the Pipe or File is used as the input mode for transferring 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.ProcessingS3InputMode,
ProcessingS3InputModeBatchTransformInput.Builder s3DataDistributionType(String s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
FullyReplicated
s3DataDistributionType - Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
FullyReplicatedProcessingS3DataDistributionType,
ProcessingS3DataDistributionTypeBatchTransformInput.Builder s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
FullyReplicated
s3DataDistributionType - Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to
FullyReplicatedProcessingS3DataDistributionType,
ProcessingS3DataDistributionTypeBatchTransformInput.Builder featuresAttribute(String featuresAttribute)
The attributes of the input data that are the input features.
featuresAttribute - The attributes of the input data that are the input features.BatchTransformInput.Builder inferenceAttribute(String inferenceAttribute)
The attribute of the input data that represents the ground truth label.
inferenceAttribute - The attribute of the input data that represents the ground truth label.BatchTransformInput.Builder probabilityAttribute(String probabilityAttribute)
In a classification problem, the attribute that represents the class probability.
probabilityAttribute - In a classification problem, the attribute that represents the class probability.BatchTransformInput.Builder probabilityThresholdAttribute(Double probabilityThresholdAttribute)
The threshold for the class probability to be evaluated as a positive result.
probabilityThresholdAttribute - The threshold for the class probability to be evaluated as a positive result.BatchTransformInput.Builder startTimeOffset(String startTimeOffset)
If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
startTimeOffset - If specified, monitoring jobs substract this time from the start time. For information about using
offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.BatchTransformInput.Builder endTimeOffset(String endTimeOffset)
If specified, monitoring jobs subtract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.
endTimeOffset - If specified, monitoring jobs subtract this time from the end time. For information about using
offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.BatchTransformInput.Builder excludeFeaturesAttribute(String excludeFeaturesAttribute)
The attributes of the input data to exclude from the analysis.
excludeFeaturesAttribute - The attributes of the input data to exclude from the analysis.Copyright © 2023. All rights reserved.