public static interface ModelBiasJobInput.Builder extends SdkPojo, CopyableBuilder<ModelBiasJobInput.Builder,ModelBiasJobInput>
Modifier and Type | Method and Description |
---|---|
default ModelBiasJobInput.Builder |
endpointInput(Consumer<EndpointInput.Builder> endpointInput)
Sets the value of the EndpointInput property for this object.
|
ModelBiasJobInput.Builder |
endpointInput(EndpointInput endpointInput)
Sets the value of the EndpointInput property for this object.
|
default ModelBiasJobInput.Builder |
groundTruthS3Input(Consumer<MonitoringGroundTruthS3Input.Builder> groundTruthS3Input)
Location of ground truth labels to use in model bias job.
|
ModelBiasJobInput.Builder |
groundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
Location of ground truth labels to use in model bias job.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModelBiasJobInput.Builder endpointInput(EndpointInput endpointInput)
endpointInput
- The new value for the EndpointInput property for this object.default ModelBiasJobInput.Builder endpointInput(Consumer<EndpointInput.Builder> endpointInput)
EndpointInput.Builder
avoiding the need to
create one manually via EndpointInput.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to endpointInput(EndpointInput)
.endpointInput
- a consumer that will call methods on EndpointInput.Builder
endpointInput(EndpointInput)
ModelBiasJobInput.Builder groundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
Location of ground truth labels to use in model bias job.
groundTruthS3Input
- Location of ground truth labels to use in model bias job.default ModelBiasJobInput.Builder groundTruthS3Input(Consumer<MonitoringGroundTruthS3Input.Builder> groundTruthS3Input)
Location of ground truth labels to use in model bias job.
This is a convenience that creates an instance of theMonitoringGroundTruthS3Input.Builder
avoiding
the need to create one manually via MonitoringGroundTruthS3Input.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to groundTruthS3Input(MonitoringGroundTruthS3Input)
.groundTruthS3Input
- a consumer that will call methods on MonitoringGroundTruthS3Input.Builder
groundTruthS3Input(MonitoringGroundTruthS3Input)
Copyright © 2021. All rights reserved.