/AWS1/CL_SGMMDELSPECULATIVED01¶
Contains information about the training data source for speculative decoding.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3uri TYPE /AWS1/SGMS3URI /AWS1/SGMS3URI¶
The Amazon S3 URI that points to the training data for speculative decoding.
iv_s3datatype TYPE /AWS1/SGMMDELSPECULATIVEDECO01 /AWS1/SGMMDELSPECULATIVEDECO01¶
The type of data stored in the Amazon S3 location. Valid values are
S3PrefixorManifestFile.
Queryable Attributes¶
S3Uri¶
The Amazon S3 URI that points to the training data for speculative decoding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3URI() |
Getter for S3URI, with configurable default |
ASK_S3URI() |
Getter for S3URI w/ exceptions if field has no value |
HAS_S3URI() |
Determine if S3URI has a value |
S3DataType¶
The type of data stored in the Amazon S3 location. Valid values are
S3PrefixorManifestFile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3DATATYPE() |
Getter for S3DATATYPE, with configurable default |
ASK_S3DATATYPE() |
Getter for S3DATATYPE w/ exceptions if field has no value |
HAS_S3DATATYPE() |
Determine if S3DATATYPE has a value |