Interface SageMakerGroundTruthLabelingJobTaskStatusChange.SageMakerGroundTruthLabelingJobTaskStatusChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SageMakerGroundTruthLabelingJobTaskStatusChange.SageMakerGroundTruthLabelingJobTaskStatusChangeProps.Jsii$Proxy
- Enclosing class:
SageMakerGroundTruthLabelingJobTaskStatusChange
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.*;
SageMakerGroundTruthLabelingJobTaskStatusChangeProps sageMakerGroundTruthLabelingJobTaskStatusChangeProps = SageMakerGroundTruthLabelingJobTaskStatusChangeProps.builder()
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.labelingJobArn(List.of("labelingJobArn"))
.state(List.of("state"))
.workteamTeamArn(List.of("workteamTeamArn"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) labeling-job-arn property.getState()(experimental) State property.(experimental) workteam-team-arn property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getLabelingJobArn
(experimental) labeling-job-arn property.Specify an array of string values to match this event if the actual value of labeling-job-arn 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
-
getState
(experimental) State property.Specify an array of string values to match this event if the actual value of State 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
-
getWorkteamTeamArn
(experimental) workteam-team-arn property.Specify an array of string values to match this event if the actual value of workteam-team-arn 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 SageMakerGroundTruthLabelingJobTaskStatusChange.SageMakerGroundTruthLabelingJobTaskStatusChangeProps.Builder builder()
-