| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
MonitoringGroundTruthS3Input |
MonitoringGroundTruthS3Input.clone() |
MonitoringGroundTruthS3Input |
ModelQualityJobInput.getGroundTruthS3Input()
The ground truth label provided for the model.
|
MonitoringGroundTruthS3Input |
ModelBiasJobInput.getGroundTruthS3Input()
Location of ground truth labels to use in model bias job.
|
MonitoringGroundTruthS3Input |
MonitoringGroundTruthS3Input.withS3Uri(String s3Uri)
The address of the Amazon S3 location of the ground truth labels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelQualityJobInput.setGroundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
The ground truth label provided for the model.
|
void |
ModelBiasJobInput.setGroundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
Location of ground truth labels to use in model bias job.
|
ModelQualityJobInput |
ModelQualityJobInput.withGroundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
The ground truth label provided for the model.
|
ModelBiasJobInput |
ModelBiasJobInput.withGroundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
Location of ground truth labels to use in model bias job.
|
Copyright © 2024. All rights reserved.