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