sagemaker_create_action: Creates an action

View source: R/sagemaker_operations.R

sagemaker_create_actionR Documentation

Creates an action

Description

Creates an action. An action is a lineage tracking entity that represents an action or activity. For example, a model deployment or an HPO job. Generally, an action involves at least one input or output artifact. For more information, see Amazon SageMaker ML Lineage Tracking.

See https://www.paws-r-sdk.com/docs/sagemaker_create_action/ for full documentation.

Usage

sagemaker_create_action(
  ActionName,
  Source,
  ActionType,
  Description = NULL,
  Status = NULL,
  Properties = NULL,
  MetadataProperties = NULL,
  Tags = NULL
)

Arguments

ActionName

[required] The name of the action. Must be unique to your account in an Amazon Web Services Region.

Source

[required] The source type, ID, and URI.

ActionType

[required] The action type.

Description

The description of the action.

Status

The status of the action.

Properties

A list of properties to add to the action.

MetadataProperties
Tags

A list of tags to apply to the action.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.