Interface SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem1
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem1.Jsii$Proxy
- Enclosing class:
SageMakerTrainingJobStateChange
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.*;
SageMakerTrainingJobStateChangeItem1 sageMakerTrainingJobStateChangeItem1 = SageMakerTrainingJobStateChangeItem1.builder()
.startTime(List.of("startTime"))
.status(List.of("status"))
.statusMessage(List.of("statusMessage"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forSageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem1 -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) StartTime property.(experimental) Status property.(experimental) StatusMessage property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStartTime
(experimental) StartTime property.Specify an array of string values to match this event if the actual value of StartTime 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
-
getStatus
(experimental) Status property.Specify an array of string values to match this event if the actual value of Status 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
-
getStatusMessage
(experimental) StatusMessage property.Specify an array of string values to match this event if the actual value of StatusMessage 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 SageMakerTrainingJobStateChange.SageMakerTrainingJobStateChangeItem1.Builder builder()
-