/AWS1/CL_SGMINFERENCERECOMME01¶
A structure that contains a list of recommendation jobs.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobname TYPE /AWS1/SGMRECOMMENDATIONJOBNAME /AWS1/SGMRECOMMENDATIONJOBNAME¶
The name of the job.
iv_jobdescription TYPE /AWS1/SGMRECOMMENDATIONJOBDESC /AWS1/SGMRECOMMENDATIONJOBDESC¶
The job description.
iv_jobtype TYPE /AWS1/SGMRECOMMENDATIONJOBTYPE /AWS1/SGMRECOMMENDATIONJOBTYPE¶
The recommendation job type.
iv_jobarn TYPE /AWS1/SGMRECOMMENDATIONJOBARN /AWS1/SGMRECOMMENDATIONJOBARN¶
The Amazon Resource Name (ARN) of the recommendation job.
iv_status TYPE /AWS1/SGMRECOMMENDATIONJOBSTAT /AWS1/SGMRECOMMENDATIONJOBSTAT¶
The status of the job.
iv_creationtime TYPE /AWS1/SGMCREATIONTIME /AWS1/SGMCREATIONTIME¶
A timestamp that shows when the job was created.
iv_rolearn TYPE /AWS1/SGMROLEARN /AWS1/SGMROLEARN¶
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
iv_lastmodifiedtime TYPE /AWS1/SGMLASTMODIFIEDTIME /AWS1/SGMLASTMODIFIEDTIME¶
A timestamp that shows when the job was last modified.
Optional arguments:¶
iv_completiontime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
A timestamp that shows when the job completed.
iv_failurereason TYPE /AWS1/SGMFAILUREREASON /AWS1/SGMFAILUREREASON¶
If the job fails, provides information why the job failed.
iv_modelname TYPE /AWS1/SGMMODELNAME /AWS1/SGMMODELNAME¶
The name of the created model.
iv_samplepayloadurl TYPE /AWS1/SGMS3URI /AWS1/SGMS3URI¶
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
iv_modelpackageversionarn TYPE /AWS1/SGMMODELPACKAGEARN /AWS1/SGMMODELPACKAGEARN¶
The Amazon Resource Name (ARN) of a versioned model package.
Queryable Attributes¶
JobName¶
The name of the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBNAME() |
Getter for JOBNAME, with configurable default |
ASK_JOBNAME() |
Getter for JOBNAME w/ exceptions if field has no value |
HAS_JOBNAME() |
Determine if JOBNAME has a value |
JobDescription¶
The job description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBDESCRIPTION() |
Getter for JOBDESCRIPTION, with configurable default |
ASK_JOBDESCRIPTION() |
Getter for JOBDESCRIPTION w/ exceptions if field has no valu |
HAS_JOBDESCRIPTION() |
Determine if JOBDESCRIPTION has a value |
JobType¶
The recommendation job type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBTYPE() |
Getter for JOBTYPE, with configurable default |
ASK_JOBTYPE() |
Getter for JOBTYPE w/ exceptions if field has no value |
HAS_JOBTYPE() |
Determine if JOBTYPE has a value |
JobArn¶
The Amazon Resource Name (ARN) of the recommendation job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBARN() |
Getter for JOBARN, with configurable default |
ASK_JOBARN() |
Getter for JOBARN w/ exceptions if field has no value |
HAS_JOBARN() |
Determine if JOBARN has a value |
Status¶
The status of the job.
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 |
CreationTime¶
A timestamp that shows when the job 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 |
CompletionTime¶
A timestamp that shows when the job completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETIONTIME() |
Getter for COMPLETIONTIME, with configurable default |
ASK_COMPLETIONTIME() |
Getter for COMPLETIONTIME w/ exceptions if field has no valu |
HAS_COMPLETIONTIME() |
Determine if COMPLETIONTIME has a value |
RoleArn¶
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |
LastModifiedTime¶
A timestamp that shows when the job 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 |
FailureReason¶
If the job fails, provides information why the job failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |
ModelName¶
The name of the created model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELNAME() |
Getter for MODELNAME, with configurable default |
ASK_MODELNAME() |
Getter for MODELNAME w/ exceptions if field has no value |
HAS_MODELNAME() |
Determine if MODELNAME has a value |
SamplePayloadUrl¶
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAMPLEPAYLOADURL() |
Getter for SAMPLEPAYLOADURL, with configurable default |
ASK_SAMPLEPAYLOADURL() |
Getter for SAMPLEPAYLOADURL w/ exceptions if field has no va |
HAS_SAMPLEPAYLOADURL() |
Determine if SAMPLEPAYLOADURL has a value |
ModelPackageVersionArn¶
The Amazon Resource Name (ARN) of a versioned model package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELPACKAGEVERSIONARN() |
Getter for MODELPACKAGEVERSIONARN, with configurable default |
ASK_MODELPACKAGEVERSIONARN() |
Getter for MODELPACKAGEVERSIONARN w/ exceptions if field has |
HAS_MODELPACKAGEVERSIONARN() |
Determine if MODELPACKAGEVERSIONARN has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INFERENCERECOMMENDATIONSJ00¶
TYPES TT_INFERENCERECOMMENDATIONSJ00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMINFERENCERECOMME01 WITH DEFAULT KEY
.