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, sdkFieldscopyapplyMutation, buildModelBiasJobInput.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.BuilderendpointInput(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 method 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.BuildergroundTruthS3Input(MonitoringGroundTruthS3Input)Copyright © 2022. All rights reserved.