ActionSummary - Amazon SageMaker

ActionSummary

Lists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.

Contents

ActionArn

The Amazon Resource Name (ARN) of the action.

Type: String

Length Constraints: Maximum length of 256.

Pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:action/.*

Required: No

ActionName

The name of the action.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 120.

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}

Required: No

ActionType

The type of the action.

Type: String

Length Constraints: Maximum length of 64.

Required: No

CreationTime

When the action was created.

Type: Timestamp

Required: No

LastModifiedTime

When the action was last modified.

Type: Timestamp

Required: No

Source

The source of the action.

Type: ActionSource object

Required: No

Status

The status of the action.

Type: String

Valid Values: Unknown | InProgress | Completed | Failed | Stopping | Stopped

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: