public static interface ModelExplainabilityJobInput.Builder extends SdkPojo, CopyableBuilder<ModelExplainabilityJobInput.Builder,ModelExplainabilityJobInput>
Modifier and Type | Method and Description |
---|---|
default ModelExplainabilityJobInput.Builder |
endpointInput(Consumer<EndpointInput.Builder> endpointInput)
Sets the value of the EndpointInput property for this object.
|
ModelExplainabilityJobInput.Builder |
endpointInput(EndpointInput endpointInput)
Sets the value of the EndpointInput property for this object.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModelExplainabilityJobInput.Builder endpointInput(EndpointInput endpointInput)
endpointInput
- The new value for the EndpointInput property for this object.default ModelExplainabilityJobInput.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)
Copyright © 2022. All rights reserved.