/AWS1/CL_SGMDSCTRIALCOMPONEN01¶
DescribeTrialComponentResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_trialcomponentname TYPE /AWS1/SGMEXPERIMENTENTITYNAME /AWS1/SGMEXPERIMENTENTITYNAME¶
The name of the trial component.
iv_trialcomponentarn TYPE /AWS1/SGMTRIALCOMPONENTARN /AWS1/SGMTRIALCOMPONENTARN¶
The Amazon Resource Name (ARN) of the trial component.
iv_displayname TYPE /AWS1/SGMEXPERIMENTENTITYNAME /AWS1/SGMEXPERIMENTENTITYNAME¶
The name of the component as displayed. If
DisplayNameisn't specified,TrialComponentNameis displayed.
io_source TYPE REF TO /AWS1/CL_SGMTRIALCOMPONENTSRC /AWS1/CL_SGMTRIALCOMPONENTSRC¶
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
io_status TYPE REF TO /AWS1/CL_SGMTRIALCOMPONENTSTAT /AWS1/CL_SGMTRIALCOMPONENTSTAT¶
The status of the component. States include:
InProgress
Completed
Failed
iv_starttime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
When the component started.
iv_endtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
When the component ended.
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
When the component was created.
io_createdby TYPE REF TO /AWS1/CL_SGMUSERCONTEXT /AWS1/CL_SGMUSERCONTEXT¶
Who created the trial component.
iv_lastmodifiedtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
When the component was last modified.
io_lastmodifiedby TYPE REF TO /AWS1/CL_SGMUSERCONTEXT /AWS1/CL_SGMUSERCONTEXT¶
Who last modified the component.
it_parameters TYPE /AWS1/CL_SGMTRIALCOMPONENTPR00=>TT_TRIALCOMPONENTPARAMETERS TT_TRIALCOMPONENTPARAMETERS¶
The hyperparameters of the component.
it_inputartifacts TYPE /AWS1/CL_SGMTRIALCOMPONENTAR00=>TT_TRIALCOMPONENTARTIFACTS TT_TRIALCOMPONENTARTIFACTS¶
The input artifacts of the component.
it_outputartifacts TYPE /AWS1/CL_SGMTRIALCOMPONENTAR00=>TT_TRIALCOMPONENTARTIFACTS TT_TRIALCOMPONENTARTIFACTS¶
The output artifacts of the component.
io_metadataproperties TYPE REF TO /AWS1/CL_SGMMETADATAPROPERTIES /AWS1/CL_SGMMETADATAPROPERTIES¶
MetadataProperties
it_metrics TYPE /AWS1/CL_SGMTRIALCOMPONENTME00=>TT_TRIALCOMPONENTMETRICSUMS TT_TRIALCOMPONENTMETRICSUMS¶
The metrics for the component.
iv_lineagegrouparn TYPE /AWS1/SGMLINEAGEGROUPARN /AWS1/SGMLINEAGEGROUPARN¶
The Amazon Resource Name (ARN) of the lineage group.
it_sources TYPE /AWS1/CL_SGMTRIALCOMPONENTSRC=>TT_TRIALCOMPONENTSOURCES TT_TRIALCOMPONENTSOURCES¶
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
Queryable Attributes¶
TrialComponentName¶
The name of the trial component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRIALCOMPONENTNAME() |
Getter for TRIALCOMPONENTNAME, with configurable default |
ASK_TRIALCOMPONENTNAME() |
Getter for TRIALCOMPONENTNAME w/ exceptions if field has no |
HAS_TRIALCOMPONENTNAME() |
Determine if TRIALCOMPONENTNAME has a value |
TrialComponentArn¶
The Amazon Resource Name (ARN) of the trial component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRIALCOMPONENTARN() |
Getter for TRIALCOMPONENTARN, with configurable default |
ASK_TRIALCOMPONENTARN() |
Getter for TRIALCOMPONENTARN w/ exceptions if field has no v |
HAS_TRIALCOMPONENTARN() |
Determine if TRIALCOMPONENTARN has a value |
DisplayName¶
The name of the component as displayed. If
DisplayNameisn't specified,TrialComponentNameis displayed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
Source¶
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE |
Status¶
The status of the component. States include:
InProgress
Completed
Failed
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
StartTime¶
When the component started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
When the component ended.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
CreationTime¶
When the component was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
CreatedBy¶
Who created the trial component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY |
LastModifiedTime¶
When the component was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
LastModifiedBy¶
Who last modified the component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDBY() |
Getter for LASTMODIFIEDBY |
Parameters¶
The hyperparameters of the component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS has a value |
InputArtifacts¶
The input artifacts of the component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTARTIFACTS() |
Getter for INPUTARTIFACTS, with configurable default |
ASK_INPUTARTIFACTS() |
Getter for INPUTARTIFACTS w/ exceptions if field has no valu |
HAS_INPUTARTIFACTS() |
Determine if INPUTARTIFACTS has a value |
OutputArtifacts¶
The output artifacts of the component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTARTIFACTS() |
Getter for OUTPUTARTIFACTS, with configurable default |
ASK_OUTPUTARTIFACTS() |
Getter for OUTPUTARTIFACTS w/ exceptions if field has no val |
HAS_OUTPUTARTIFACTS() |
Determine if OUTPUTARTIFACTS has a value |
MetadataProperties¶
MetadataProperties
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATAPROPERTIES() |
Getter for METADATAPROPERTIES |
Metrics¶
The metrics for the component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICS() |
Getter for METRICS, with configurable default |
ASK_METRICS() |
Getter for METRICS w/ exceptions if field has no value |
HAS_METRICS() |
Determine if METRICS has a value |
LineageGroupArn¶
The Amazon Resource Name (ARN) of the lineage group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINEAGEGROUPARN() |
Getter for LINEAGEGROUPARN, with configurable default |
ASK_LINEAGEGROUPARN() |
Getter for LINEAGEGROUPARN w/ exceptions if field has no val |
HAS_LINEAGEGROUPARN() |
Determine if LINEAGEGROUPARN has a value |
Sources¶
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCES() |
Getter for SOURCES, with configurable default |
ASK_SOURCES() |
Getter for SOURCES w/ exceptions if field has no value |
HAS_SOURCES() |
Determine if SOURCES has a value |