Uses of Interface
software.amazon.awssdk.services.sagemaker.model.MonitoringGroundTruthS3Input.Builder
-
Packages that use MonitoringGroundTruthS3Input.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MonitoringGroundTruthS3Input.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return MonitoringGroundTruthS3Input.Builder Modifier and Type Method Description static MonitoringGroundTruthS3Input.Builder
MonitoringGroundTruthS3Input. builder()
MonitoringGroundTruthS3Input.Builder
MonitoringGroundTruthS3Input.Builder. s3Uri(String s3Uri)
The address of the Amazon S3 location of the ground truth labels.MonitoringGroundTruthS3Input.Builder
MonitoringGroundTruthS3Input. toBuilder()
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MonitoringGroundTruthS3Input.Builder Modifier and Type Method Description static Class<? extends MonitoringGroundTruthS3Input.Builder>
MonitoringGroundTruthS3Input. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type MonitoringGroundTruthS3Input.Builder Modifier and Type Method Description default ModelBiasJobInput.Builder
ModelBiasJobInput.Builder. groundTruthS3Input(Consumer<MonitoringGroundTruthS3Input.Builder> groundTruthS3Input)
Location of ground truth labels to use in model bias job.default ModelQualityJobInput.Builder
ModelQualityJobInput.Builder. groundTruthS3Input(Consumer<MonitoringGroundTruthS3Input.Builder> groundTruthS3Input)
The ground truth label provided for the model.
-