SageMakerGroundTruthLabelingJobTaskStatusChange

class aws_cdk.mixins_preview.aws_sagemaker.events.SageMakerGroundTruthLabelingJobTaskStatusChange

Bases: object

(experimental) EventBridge event pattern for aws.sagemaker@SageMakerGroundTruthLabelingJobTaskStatusChange.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_sagemaker import events as sagemaker_events

sage_maker_ground_truth_labeling_job_task_status_change = sagemaker_events.SageMakerGroundTruthLabelingJobTaskStatusChange()
Stability:

experimental

Static Methods

classmethod sage_maker_ground_truth_labeling_job_task_status_change_pattern(*, event_metadata=None, labeling_job_arn=None, state=None, workteam_team_arn=None)

(experimental) EventBridge event pattern for SageMaker Ground Truth Labeling Job Task Status Change.

Parameters:
  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • labeling_job_arn (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • state (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • workteam_team_arn (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

SageMakerGroundTruthLabelingJobTaskStatusChangeProps

class SageMakerGroundTruthLabelingJobTaskStatusChange.SageMakerGroundTruthLabelingJobTaskStatusChangeProps(*, event_metadata=None, labeling_job_arn=None, state=None, workteam_team_arn=None)

Bases: object

(experimental) Props type for aws.sagemaker@SageMakerGroundTruthLabelingJobTaskStatusChange event.

Parameters:
  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • labeling_job_arn (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • state (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

  • workteam_team_arn (Optional[Sequence[str]]) – (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.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

from aws_cdk import AWSEventMetadataProps
# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_sagemaker import events as sagemaker_events

sage_maker_ground_truth_labeling_job_task_status_change_props = sagemaker_events.SageMakerGroundTruthLabelingJobTaskStatusChange.SageMakerGroundTruthLabelingJobTaskStatusChangeProps(
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    labeling_job_arn=["labelingJobArn"],
    state=["state"],
    workteam_team_arn=["workteamTeamArn"]
)

Attributes

event_metadata

(experimental) EventBridge event metadata.

Default:

Stability:

experimental

labeling_job_arn

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

state

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

workteam_team_arn

(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.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental