Class CfnModelBiasJobDefinition.ModelBiasJobInputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition.ModelBiasJobInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelBiasJobDefinition.ModelBiasJobInputProperty>
- Enclosing interface:
CfnModelBiasJobDefinition.ModelBiasJobInputProperty
@Stability(Stable)
public static final class CfnModelBiasJobDefinition.ModelBiasJobInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelBiasJobDefinition.ModelBiasJobInputProperty>
A builder for
CfnModelBiasJobDefinition.ModelBiasJobInputProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbatchTransformInput
(IResolvable batchTransformInput) batchTransformInput
(CfnModelBiasJobDefinition.BatchTransformInputProperty batchTransformInput) build()
Builds the configured instance.endpointInput
(IResolvable endpointInput) Sets the value ofCfnModelBiasJobDefinition.ModelBiasJobInputProperty.getEndpointInput()
endpointInput
(CfnModelBiasJobDefinition.EndpointInputProperty endpointInput) Sets the value ofCfnModelBiasJobDefinition.ModelBiasJobInputProperty.getEndpointInput()
groundTruthS3Input
(IResolvable groundTruthS3Input) groundTruthS3Input
(CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty groundTruthS3Input)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
groundTruthS3Input
@Stability(Stable) public CfnModelBiasJobDefinition.ModelBiasJobInputProperty.Builder groundTruthS3Input(IResolvable groundTruthS3Input) - Parameters:
groundTruthS3Input
- Location of ground truth labels to use in model bias job. This parameter is required.- Returns:
this
-
groundTruthS3Input
@Stability(Stable) public CfnModelBiasJobDefinition.ModelBiasJobInputProperty.Builder groundTruthS3Input(CfnModelBiasJobDefinition.MonitoringGroundTruthS3InputProperty groundTruthS3Input) - Parameters:
groundTruthS3Input
- Location of ground truth labels to use in model bias job. This parameter is required.- Returns:
this
-
batchTransformInput
@Stability(Stable) public CfnModelBiasJobDefinition.ModelBiasJobInputProperty.Builder batchTransformInput(IResolvable batchTransformInput) - Parameters:
batchTransformInput
- Input object for the batch transform job.- Returns:
this
-
batchTransformInput
@Stability(Stable) public CfnModelBiasJobDefinition.ModelBiasJobInputProperty.Builder batchTransformInput(CfnModelBiasJobDefinition.BatchTransformInputProperty batchTransformInput) - Parameters:
batchTransformInput
- Input object for the batch transform job.- Returns:
this
-
endpointInput
@Stability(Stable) public CfnModelBiasJobDefinition.ModelBiasJobInputProperty.Builder endpointInput(IResolvable endpointInput) Sets the value ofCfnModelBiasJobDefinition.ModelBiasJobInputProperty.getEndpointInput()
- Parameters:
endpointInput
- Input object for the endpoint.- Returns:
this
-
endpointInput
@Stability(Stable) public CfnModelBiasJobDefinition.ModelBiasJobInputProperty.Builder endpointInput(CfnModelBiasJobDefinition.EndpointInputProperty endpointInput) Sets the value ofCfnModelBiasJobDefinition.ModelBiasJobInputProperty.getEndpointInput()
- Parameters:
endpointInput
- Input object for the endpoint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnModelBiasJobDefinition.ModelBiasJobInputProperty>
- Returns:
- a new instance of
CfnModelBiasJobDefinition.ModelBiasJobInputProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-