Interface ModelBiasJobInput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ModelBiasJobInput.Builder,,ModelBiasJobInput> SdkBuilder<ModelBiasJobInput.Builder,,ModelBiasJobInput> SdkPojo
- Enclosing class:
 ModelBiasJobInput
public static interface ModelBiasJobInput.Builder
extends SdkPojo, CopyableBuilder<ModelBiasJobInput.Builder,ModelBiasJobInput> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault ModelBiasJobInput.BuilderbatchTransformInput(Consumer<BatchTransformInput.Builder> batchTransformInput) Input object for the batch transform job.batchTransformInput(BatchTransformInput batchTransformInput) Input object for the batch transform job.default ModelBiasJobInput.BuilderendpointInput(Consumer<EndpointInput.Builder> endpointInput) Sets the value of the EndpointInput property for this object.endpointInput(EndpointInput endpointInput) Sets the value of the EndpointInput property for this object.default ModelBiasJobInput.BuildergroundTruthS3Input(Consumer<MonitoringGroundTruthS3Input.Builder> groundTruthS3Input) Location of ground truth labels to use in model bias job.groundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input) Location of ground truth labels to use in model bias job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
endpointInput
Sets the value of the EndpointInput property for this object.- Parameters:
 endpointInput- The new value for the EndpointInput property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
endpointInput
Sets the value of the EndpointInput property for this object. This is a convenience method that creates an instance of theEndpointInput.Builderavoiding the need to create one manually viaEndpointInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toendpointInput(EndpointInput).- Parameters:
 endpointInput- a consumer that will call methods onEndpointInput.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
batchTransformInput
Input object for the batch transform job.
- Parameters:
 batchTransformInput- Input object for the batch transform job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
batchTransformInput
default ModelBiasJobInput.Builder batchTransformInput(Consumer<BatchTransformInput.Builder> batchTransformInput) Input object for the batch transform job.
This is a convenience method that creates an instance of theBatchTransformInput.Builderavoiding the need to create one manually viaBatchTransformInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobatchTransformInput(BatchTransformInput).- Parameters:
 batchTransformInput- a consumer that will call methods onBatchTransformInput.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
groundTruthS3Input
Location of ground truth labels to use in model bias job.
- Parameters:
 groundTruthS3Input- Location of ground truth labels to use in model bias job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
groundTruthS3Input
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.Builderavoiding the need to create one manually viaMonitoringGroundTruthS3Input.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togroundTruthS3Input(MonitoringGroundTruthS3Input).- Parameters:
 groundTruthS3Input- a consumer that will call methods onMonitoringGroundTruthS3Input.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -