Class SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.sagemaker.events.SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters>
- Enclosing interface:
SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters
@Stability(Experimental)
public static final class SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters.Builder
extends Object
implements software.amazon.jsii.Builder<SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
failed
@Stability(Experimental) public SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters.Builder failed(List<String> failed) - Parameters:
failed- Failed property. Specify an array of string values to match this event if the actual value of Failed is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
pending
@Stability(Experimental) public SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters.Builder pending(List<String> pending) - Parameters:
pending- Pending property. Specify an array of string values to match this event if the actual value of Pending is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
succeeded
@Stability(Experimental) public SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters.Builder succeeded(List<String> succeeded) Sets the value ofSageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters.getSucceeded()- Parameters:
succeeded- Succeeded property. Specify an array of string values to match this event if the actual value of Succeeded is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
@Stability(Experimental) public SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters>- Returns:
- a new instance of
SageMakerHyperParameterTuningJobStateChange.ObjectiveStatusCounters - Throws:
NullPointerException- if any required attribute was not provided
-