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