Interface SageMakerHyperParameterTuningJobStateChange.AlgorithmSpecification
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SageMakerHyperParameterTuningJobStateChange.AlgorithmSpecification.Jsii$Proxy
- Enclosing class:
SageMakerHyperParameterTuningJobStateChange
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.sagemaker.events.*;
AlgorithmSpecification algorithmSpecification = AlgorithmSpecification.builder()
.metricDefinitions(List.of(AlgorithmSpecificationItem.builder()
.name(List.of("name"))
.regex(List.of("regex"))
.build()))
.trainingImage(List.of("trainingImage"))
.trainingInputMode(List.of("trainingInputMode"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forSageMakerHyperParameterTuningJobStateChange.AlgorithmSpecification -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) MetricDefinitions property.(experimental) TrainingImage property.(experimental) TrainingInputMode property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMetricDefinitions
@Stability(Experimental) @Nullable default List<SageMakerHyperParameterTuningJobStateChange.AlgorithmSpecificationItem> getMetricDefinitions()(experimental) MetricDefinitions property.Specify an array of string values to match this event if the actual value of MetricDefinitions is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTrainingImage
(experimental) TrainingImage property.Specify an array of string values to match this event if the actual value of TrainingImage is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTrainingInputMode
(experimental) TrainingInputMode property.Specify an array of string values to match this event if the actual value of TrainingInputMode is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static SageMakerHyperParameterTuningJobStateChange.AlgorithmSpecification.Builder builder()
-