public static interface ModelQualityJobInput.Builder extends SdkPojo, CopyableBuilder<ModelQualityJobInput.Builder,ModelQualityJobInput>
| Modifier and Type | Method and Description |
|---|---|
default ModelQualityJobInput.Builder |
endpointInput(Consumer<EndpointInput.Builder> endpointInput)
Sets the value of the EndpointInput property for this object.
|
ModelQualityJobInput.Builder |
endpointInput(EndpointInput endpointInput)
Sets the value of the EndpointInput property for this object.
|
default ModelQualityJobInput.Builder |
groundTruthS3Input(Consumer<MonitoringGroundTruthS3Input.Builder> groundTruthS3Input)
The ground truth label provided for the model.
|
ModelQualityJobInput.Builder |
groundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
The ground truth label provided for the model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelQualityJobInput.Builder endpointInput(EndpointInput endpointInput)
endpointInput - The new value for the EndpointInput property for this object.default ModelQualityJobInput.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)ModelQualityJobInput.Builder groundTruthS3Input(MonitoringGroundTruthS3Input groundTruthS3Input)
The ground truth label provided for the model.
groundTruthS3Input - The ground truth label provided for the model.default ModelQualityJobInput.Builder groundTruthS3Input(Consumer<MonitoringGroundTruthS3Input.Builder> groundTruthS3Input)
The ground truth label provided for the model.
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.BuildergroundTruthS3Input(MonitoringGroundTruthS3Input)Copyright © 2020. All rights reserved.