Class SageMakerHyperParameterTuningJobStateChange.StoppingCondition.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.sagemaker.events.SageMakerHyperParameterTuningJobStateChange.StoppingCondition.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SageMakerHyperParameterTuningJobStateChange.StoppingCondition>
- Enclosing interface:
SageMakerHyperParameterTuningJobStateChange.StoppingCondition
@Stability(Experimental)
public static final class SageMakerHyperParameterTuningJobStateChange.StoppingCondition.Builder
extends Object
implements software.amazon.jsii.Builder<SageMakerHyperParameterTuningJobStateChange.StoppingCondition>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.maxRuntimeInSeconds(List<String> maxRuntimeInSeconds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maxRuntimeInSeconds
@Stability(Experimental) public SageMakerHyperParameterTuningJobStateChange.StoppingCondition.Builder maxRuntimeInSeconds(List<String> maxRuntimeInSeconds) Sets the value ofSageMakerHyperParameterTuningJobStateChange.StoppingCondition.getMaxRuntimeInSeconds()- Parameters:
maxRuntimeInSeconds- MaxRuntimeInSeconds property. Specify an array of string values to match this event if the actual value of MaxRuntimeInSeconds 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.StoppingCondition build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SageMakerHyperParameterTuningJobStateChange.StoppingCondition>- Returns:
- a new instance of
SageMakerHyperParameterTuningJobStateChange.StoppingCondition - Throws:
NullPointerException- if any required attribute was not provided
-