libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.CreateAction

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.

Synopsis

Creating a Request

data CreateAction Source #

See: newCreateAction smart constructor.

Constructors

CreateAction' 

Fields

Instances

Instances details
Eq CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Read CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Show CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Generic CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Associated Types

type Rep CreateAction :: Type -> Type #

NFData CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Methods

rnf :: CreateAction -> () #

Hashable CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

ToJSON CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

AWSRequest CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Associated Types

type AWSResponse CreateAction #

ToHeaders CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

ToPath CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

ToQuery CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

type Rep CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

type AWSResponse CreateAction Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

newCreateAction Source #

Create a value of CreateAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:metadataProperties:CreateAction', createAction_metadataProperties - Undocumented member.

$sel:status:CreateAction', createAction_status - The status of the action.

$sel:description:CreateAction', createAction_description - The description of the action.

$sel:tags:CreateAction', createAction_tags - A list of tags to apply to the action.

$sel:properties:CreateAction', createAction_properties - A list of properties to add to the action.

$sel:actionName:CreateAction', createAction_actionName - The name of the action. Must be unique to your account in an Amazon Web Services Region.

$sel:source:CreateAction', createAction_source - The source type, ID, and URI.

$sel:actionType:CreateAction', createAction_actionType - The action type.

Request Lenses

createAction_description :: Lens' CreateAction (Maybe Text) Source #

The description of the action.

createAction_tags :: Lens' CreateAction (Maybe [Tag]) Source #

A list of tags to apply to the action.

createAction_properties :: Lens' CreateAction (Maybe (HashMap Text Text)) Source #

A list of properties to add to the action.

createAction_actionName :: Lens' CreateAction Text Source #

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

createAction_source :: Lens' CreateAction ActionSource Source #

The source type, ID, and URI.

Destructuring the Response

data CreateActionResponse Source #

See: newCreateActionResponse smart constructor.

Constructors

CreateActionResponse' 

Fields

Instances

Instances details
Eq CreateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Read CreateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Show CreateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Generic CreateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Associated Types

type Rep CreateActionResponse :: Type -> Type #

NFData CreateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

Methods

rnf :: CreateActionResponse -> () #

type Rep CreateActionResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateAction

type Rep CreateActionResponse = D1 ('MetaData "CreateActionResponse" "Amazonka.SageMaker.CreateAction" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateActionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateActionResponse Source #

Create a value of CreateActionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:actionArn:CreateActionResponse', createActionResponse_actionArn - The Amazon Resource Name (ARN) of the action.

$sel:httpStatus:CreateActionResponse', createActionResponse_httpStatus - The response's http status code.

Response Lenses

createActionResponse_actionArn :: Lens' CreateActionResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the action.