/AWS1/CL_SGRINVKENDPTASYNCOUT¶
InvokeEndpointAsyncOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_inferenceid
TYPE /AWS1/SGRHEADER
/AWS1/SGRHEADER
¶
Identifier for an inference request. This will be the same as the
InferenceId
specified in the input. Amazon SageMaker will generate an identifier for you if you do not specify one.
iv_outputlocation
TYPE /AWS1/SGRHEADER
/AWS1/SGRHEADER
¶
The Amazon S3 URI where the inference response payload is stored.
iv_failurelocation
TYPE /AWS1/SGRHEADER
/AWS1/SGRHEADER
¶
The Amazon S3 URI where the inference failure response payload is stored.
Queryable Attributes¶
InferenceId¶
Identifier for an inference request. This will be the same as the
InferenceId
specified in the input. Amazon SageMaker will generate an identifier for you if you do not specify one.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INFERENCEID() |
Getter for INFERENCEID, with configurable default |
ASK_INFERENCEID() |
Getter for INFERENCEID w/ exceptions if field has no value |
HAS_INFERENCEID() |
Determine if INFERENCEID has a value |
OutputLocation¶
The Amazon S3 URI where the inference response payload is stored.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OUTPUTLOCATION() |
Getter for OUTPUTLOCATION, with configurable default |
ASK_OUTPUTLOCATION() |
Getter for OUTPUTLOCATION w/ exceptions if field has no valu |
HAS_OUTPUTLOCATION() |
Determine if OUTPUTLOCATION has a value |
FailureLocation¶
The Amazon S3 URI where the inference failure response payload is stored.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FAILURELOCATION() |
Getter for FAILURELOCATION, with configurable default |
ASK_FAILURELOCATION() |
Getter for FAILURELOCATION w/ exceptions if field has no val |
HAS_FAILURELOCATION() |
Determine if FAILURELOCATION has a value |