/AWS1/CL_SGMDESCRIBEALGOUTPUT¶
DescribeAlgorithmOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_algorithmname TYPE /AWS1/SGMENTITYNAME /AWS1/SGMENTITYNAME¶
The name of the algorithm being described.
iv_algorithmarn TYPE /AWS1/SGMALGORITHMARN /AWS1/SGMALGORITHMARN¶
The Amazon Resource Name (ARN) of the algorithm.
iv_creationtime TYPE /AWS1/SGMCREATIONTIME /AWS1/SGMCREATIONTIME¶
A timestamp specifying when the algorithm was created.
io_trainingspecification TYPE REF TO /AWS1/CL_SGMTRAININGSPEC /AWS1/CL_SGMTRAININGSPEC¶
Details about training jobs run by this algorithm.
iv_algorithmstatus TYPE /AWS1/SGMALGORITHMSTATUS /AWS1/SGMALGORITHMSTATUS¶
The current status of the algorithm.
io_algorithmstatusdetails TYPE REF TO /AWS1/CL_SGMALGSTATUSDETAILS /AWS1/CL_SGMALGSTATUSDETAILS¶
Details about the current status of the algorithm.
Optional arguments:¶
iv_algorithmdescription TYPE /AWS1/SGMENTITYDESCRIPTION /AWS1/SGMENTITYDESCRIPTION¶
A brief summary about the algorithm.
io_inferencespecification TYPE REF TO /AWS1/CL_SGMINFERENCESPEC /AWS1/CL_SGMINFERENCESPEC¶
Details about inference jobs that the algorithm runs.
io_validationspecification TYPE REF TO /AWS1/CL_SGMALGVALIDATIONSPEC /AWS1/CL_SGMALGVALIDATIONSPEC¶
Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
iv_productid TYPE /AWS1/SGMPRODUCTID /AWS1/SGMPRODUCTID¶
The product identifier of the algorithm.
iv_certifyformarketplace TYPE /AWS1/SGMCERTIFYFORMARKETPLACE /AWS1/SGMCERTIFYFORMARKETPLACE¶
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
Queryable Attributes¶
AlgorithmName¶
The name of the algorithm being described.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALGORITHMNAME() |
Getter for ALGORITHMNAME, with configurable default |
ASK_ALGORITHMNAME() |
Getter for ALGORITHMNAME w/ exceptions if field has no value |
HAS_ALGORITHMNAME() |
Determine if ALGORITHMNAME has a value |
AlgorithmArn¶
The Amazon Resource Name (ARN) of the algorithm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALGORITHMARN() |
Getter for ALGORITHMARN, with configurable default |
ASK_ALGORITHMARN() |
Getter for ALGORITHMARN w/ exceptions if field has no value |
HAS_ALGORITHMARN() |
Determine if ALGORITHMARN has a value |
AlgorithmDescription¶
A brief summary about the algorithm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALGORITHMDESCRIPTION() |
Getter for ALGORITHMDESCRIPTION, with configurable default |
ASK_ALGORITHMDESCRIPTION() |
Getter for ALGORITHMDESCRIPTION w/ exceptions if field has n |
HAS_ALGORITHMDESCRIPTION() |
Determine if ALGORITHMDESCRIPTION has a value |
CreationTime¶
A timestamp specifying when the algorithm 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 |
TrainingSpecification¶
Details about training jobs run by this algorithm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAININGSPECIFICATION() |
Getter for TRAININGSPECIFICATION |
InferenceSpecification¶
Details about inference jobs that the algorithm runs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INFERENCESPECIFICATION() |
Getter for INFERENCESPECIFICATION |
ValidationSpecification¶
Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDATIONSPECIFICATION() |
Getter for VALIDATIONSPECIFICATION |
AlgorithmStatus¶
The current status of the algorithm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALGORITHMSTATUS() |
Getter for ALGORITHMSTATUS, with configurable default |
ASK_ALGORITHMSTATUS() |
Getter for ALGORITHMSTATUS w/ exceptions if field has no val |
HAS_ALGORITHMSTATUS() |
Determine if ALGORITHMSTATUS has a value |
AlgorithmStatusDetails¶
Details about the current status of the algorithm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALGORITHMSTATUSDETAILS() |
Getter for ALGORITHMSTATUSDETAILS |
ProductId¶
The product identifier of the algorithm.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRODUCTID() |
Getter for PRODUCTID, with configurable default |
ASK_PRODUCTID() |
Getter for PRODUCTID w/ exceptions if field has no value |
HAS_PRODUCTID() |
Determine if PRODUCTID has a value |
CertifyForMarketplace¶
Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFYFORMARKETPLACE() |
Getter for CERTIFYFORMARKETPLACE, with configurable default |
ASK_CERTIFYFORMARKETPLACE() |
Getter for CERTIFYFORMARKETPLACE w/ exceptions if field has |
HAS_CERTIFYFORMARKETPLACE() |
Determine if CERTIFYFORMARKETPLACE has a value |