| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
BatchTransformInput |
BatchTransformInput.clone() |
BatchTransformInput |
ModelQualityJobInput.getBatchTransformInput()
Input object for the batch transform job.
|
BatchTransformInput |
ModelExplainabilityJobInput.getBatchTransformInput()
Input object for the batch transform job.
|
BatchTransformInput |
DataQualityJobInput.getBatchTransformInput()
Input object for the batch transform job.
|
BatchTransformInput |
ModelDashboardMonitoringSchedule.getBatchTransformInput() |
BatchTransformInput |
ModelBiasJobInput.getBatchTransformInput()
Input object for the batch transform job.
|
BatchTransformInput |
MonitoringInput.getBatchTransformInput()
Input object for the batch transform job.
|
BatchTransformInput |
BatchTransformInput.withDataCapturedDestinationS3Uri(String dataCapturedDestinationS3Uri)
The Amazon S3 location being used to capture the data.
|
BatchTransformInput |
BatchTransformInput.withDatasetFormat(MonitoringDatasetFormat datasetFormat)
The dataset format for your batch transform job.
|
BatchTransformInput |
BatchTransformInput.withEndTimeOffset(String endTimeOffset)
If specified, monitoring jobs subtract this time from the end time.
|
BatchTransformInput |
BatchTransformInput.withExcludeFeaturesAttribute(String excludeFeaturesAttribute)
The attributes of the input data to exclude from the analysis.
|
BatchTransformInput |
BatchTransformInput.withFeaturesAttribute(String featuresAttribute)
The attributes of the input data that are the input features.
|
BatchTransformInput |
BatchTransformInput.withInferenceAttribute(String inferenceAttribute)
The attribute of the input data that represents the ground truth label.
|
BatchTransformInput |
BatchTransformInput.withLocalPath(String localPath)
Path to the filesystem where the batch transform data is available to the container.
|
BatchTransformInput |
BatchTransformInput.withProbabilityAttribute(String probabilityAttribute)
In a classification problem, the attribute that represents the class probability.
|
BatchTransformInput |
BatchTransformInput.withProbabilityThresholdAttribute(Double probabilityThresholdAttribute)
The threshold for the class probability to be evaluated as a positive result.
|
BatchTransformInput |
BatchTransformInput.withS3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
BatchTransformInput |
BatchTransformInput.withS3DataDistributionType(String s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
BatchTransformInput |
BatchTransformInput.withS3InputMode(ProcessingS3InputMode s3InputMode)
Whether the
Pipe or File is used as the input mode for transferring data for the
monitoring job. |
BatchTransformInput |
BatchTransformInput.withS3InputMode(String s3InputMode)
Whether the
Pipe or File is used as the input mode for transferring data for the
monitoring job. |
BatchTransformInput |
BatchTransformInput.withStartTimeOffset(String startTimeOffset)
If specified, monitoring jobs substract this time from the start time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelQualityJobInput.setBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
|
void |
ModelExplainabilityJobInput.setBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
|
void |
DataQualityJobInput.setBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
|
void |
ModelDashboardMonitoringSchedule.setBatchTransformInput(BatchTransformInput batchTransformInput) |
void |
ModelBiasJobInput.setBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
|
void |
MonitoringInput.setBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
|
ModelQualityJobInput |
ModelQualityJobInput.withBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
|
ModelExplainabilityJobInput |
ModelExplainabilityJobInput.withBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
|
DataQualityJobInput |
DataQualityJobInput.withBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
|
ModelDashboardMonitoringSchedule |
ModelDashboardMonitoringSchedule.withBatchTransformInput(BatchTransformInput batchTransformInput) |
ModelBiasJobInput |
ModelBiasJobInput.withBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
|
MonitoringInput |
MonitoringInput.withBatchTransformInput(BatchTransformInput batchTransformInput)
Input object for the batch transform job.
|
Copyright © 2024. All rights reserved.