Interface ModelExplainabilityJobInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ModelExplainabilityJobInput.Builder,ModelExplainabilityJobInput>,SdkBuilder<ModelExplainabilityJobInput.Builder,ModelExplainabilityJobInput>,SdkPojo
- Enclosing class:
- ModelExplainabilityJobInput
public static interface ModelExplainabilityJobInput.Builder extends SdkPojo, CopyableBuilder<ModelExplainabilityJobInput.Builder,ModelExplainabilityJobInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ModelExplainabilityJobInput.BuilderbatchTransformInput(Consumer<BatchTransformInput.Builder> batchTransformInput)Input object for the batch transform job.ModelExplainabilityJobInput.BuilderbatchTransformInput(BatchTransformInput batchTransformInput)Input object for the batch transform job.default ModelExplainabilityJobInput.BuilderendpointInput(Consumer<EndpointInput.Builder> endpointInput)Sets the value of the EndpointInput property for this object.ModelExplainabilityJobInput.BuilderendpointInput(EndpointInput endpointInput)Sets the value of the EndpointInput property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
endpointInput
ModelExplainabilityJobInput.Builder endpointInput(EndpointInput 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
default ModelExplainabilityJobInput.Builder endpointInput(Consumer<EndpointInput.Builder> 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:
endpointInput(EndpointInput)
-
batchTransformInput
ModelExplainabilityJobInput.Builder batchTransformInput(BatchTransformInput 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 ModelExplainabilityJobInput.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:
batchTransformInput(BatchTransformInput)
-
-