Skip to content

/AWS1/CL_DZNSTRTNOTEBOOKEXPOUT

StartNotebookExportOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/DZNEXPORTID /AWS1/DZNEXPORTID

The identifier of the notebook export.

iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID

The identifier of the Amazon SageMaker Unified Studio domain.

iv_owningprojectid TYPE /AWS1/DZNPROJECTID /AWS1/DZNPROJECTID

The identifier of the project that owns the notebook.

iv_notebookid TYPE /AWS1/DZNNOTEBOOKID /AWS1/DZNNOTEBOOKID

The identifier of the notebook.

iv_fileformat TYPE /AWS1/DZNFILEFORMAT /AWS1/DZNFILEFORMAT

The file format of the notebook export.

iv_status TYPE /AWS1/DZNNOTEBOOKEXPORTSTATUS /AWS1/DZNNOTEBOOKEXPORTSTATUS

The status of the notebook export.

Optional arguments:

iv_createdat TYPE /AWS1/DZNCREATEDAT /AWS1/DZNCREATEDAT

The timestamp of when the notebook export was started.

iv_createdby TYPE /AWS1/DZNCREATEDBY /AWS1/DZNCREATEDBY

The identifier of the user who started the notebook export.


Queryable Attributes

id

The identifier of the notebook export.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

domainId

The identifier of the Amazon SageMaker Unified Studio domain.

Accessible with the following methods

Method Description
GET_DOMAINID() Getter for DOMAINID, with configurable default
ASK_DOMAINID() Getter for DOMAINID w/ exceptions if field has no value
HAS_DOMAINID() Determine if DOMAINID has a value

owningProjectId

The identifier of the project that owns the notebook.

Accessible with the following methods

Method Description
GET_OWNINGPROJECTID() Getter for OWNINGPROJECTID, with configurable default
ASK_OWNINGPROJECTID() Getter for OWNINGPROJECTID w/ exceptions if field has no val
HAS_OWNINGPROJECTID() Determine if OWNINGPROJECTID has a value

notebookId

The identifier of the notebook.

Accessible with the following methods

Method Description
GET_NOTEBOOKID() Getter for NOTEBOOKID, with configurable default
ASK_NOTEBOOKID() Getter for NOTEBOOKID w/ exceptions if field has no value
HAS_NOTEBOOKID() Determine if NOTEBOOKID has a value

fileFormat

The file format of the notebook export.

Accessible with the following methods

Method Description
GET_FILEFORMAT() Getter for FILEFORMAT, with configurable default
ASK_FILEFORMAT() Getter for FILEFORMAT w/ exceptions if field has no value
HAS_FILEFORMAT() Determine if FILEFORMAT has a value

status

The status of the notebook export.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

createdAt

The timestamp of when the notebook export was started.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

createdBy

The identifier of the user who started the notebook export.

Accessible with the following methods

Method Description
GET_CREATEDBY() Getter for CREATEDBY, with configurable default
ASK_CREATEDBY() Getter for CREATEDBY w/ exceptions if field has no value
HAS_CREATEDBY() Determine if CREATEDBY has a value