Skip to content

/AWS1/CL_TEXGETADAPTERVRSRSP

GetAdapterVersionResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ADAPTERID TYPE /AWS1/TEXADAPTERID /AWS1/TEXADAPTERID

A string containing a unique ID for the adapter version being retrieved.

IV_ADAPTERVERSION TYPE /AWS1/TEXADAPTERVERSION /AWS1/TEXADAPTERVERSION

A string containing the adapter version that has been retrieved.

IV_CREATIONTIME TYPE /AWS1/TEXDATETIME /AWS1/TEXDATETIME

The time that the adapter version was created.

IT_FEATURETYPES TYPE /AWS1/CL_TEXFEATURETYPES_W=>TT_FEATURETYPES TT_FEATURETYPES

List of the targeted feature types for the requested adapter version.

IV_STATUS TYPE /AWS1/TEXADAPTERVERSIONSTATUS /AWS1/TEXADAPTERVERSIONSTATUS

The status of the adapter version that has been requested.

IV_STATUSMESSAGE TYPE /AWS1/TEXADAPTERVRSSTATUSMSG /AWS1/TEXADAPTERVRSSTATUSMSG

A message that describes the status of the requested adapter version.

IO_DATASETCONFIG TYPE REF TO /AWS1/CL_TEXADAPTERVRSDSCONFIG /AWS1/CL_TEXADAPTERVRSDSCONFIG

Specifies a dataset used to train a new adapter version. Takes a ManifestS3Objec as the value.

IV_KMSKEYID TYPE /AWS1/TEXKMSKEYID /AWS1/TEXKMSKEYID

The identifier for your AWS Key Management Service key (AWS KMS key). Used to encrypt your documents.

IO_OUTPUTCONFIG TYPE REF TO /AWS1/CL_TEXOUTPUTCONFIG /AWS1/CL_TEXOUTPUTCONFIG

OutputConfig

IT_EVALUATIONMETRICS TYPE /AWS1/CL_TEXADAPTERVRSEVALME00=>TT_ADAPTERVERSIONEVALMETRICS TT_ADAPTERVERSIONEVALMETRICS

The evaluation metrics (F1 score, Precision, and Recall) for the requested version, grouped by baseline metrics and adapter version.

IT_TAGS TYPE /AWS1/CL_TEXTAGMAP_W=>TT_TAGMAP TT_TAGMAP

A set of tags (key-value pairs) that are associated with the adapter version.


Queryable Attributes

AdapterId

A string containing a unique ID for the adapter version being retrieved.

Accessible with the following methods

Method Description
GET_ADAPTERID() Getter for ADAPTERID, with configurable default
ASK_ADAPTERID() Getter for ADAPTERID w/ exceptions if field has no value
HAS_ADAPTERID() Determine if ADAPTERID has a value

AdapterVersion

A string containing the adapter version that has been retrieved.

Accessible with the following methods

Method Description
GET_ADAPTERVERSION() Getter for ADAPTERVERSION, with configurable default
ASK_ADAPTERVERSION() Getter for ADAPTERVERSION w/ exceptions if field has no valu
HAS_ADAPTERVERSION() Determine if ADAPTERVERSION has a value

CreationTime

The time that the adapter version 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

FeatureTypes

List of the targeted feature types for the requested adapter version.

Accessible with the following methods

Method Description
GET_FEATURETYPES() Getter for FEATURETYPES, with configurable default
ASK_FEATURETYPES() Getter for FEATURETYPES w/ exceptions if field has no value
HAS_FEATURETYPES() Determine if FEATURETYPES has a value

Status

The status of the adapter version that has been requested.

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

StatusMessage

A message that describes the status of the requested adapter version.

Accessible with the following methods

Method Description
GET_STATUSMESSAGE() Getter for STATUSMESSAGE, with configurable default
ASK_STATUSMESSAGE() Getter for STATUSMESSAGE w/ exceptions if field has no value
HAS_STATUSMESSAGE() Determine if STATUSMESSAGE has a value

DatasetConfig

Specifies a dataset used to train a new adapter version. Takes a ManifestS3Objec as the value.

Accessible with the following methods

Method Description
GET_DATASETCONFIG() Getter for DATASETCONFIG

KMSKeyId

The identifier for your AWS Key Management Service key (AWS KMS key). Used to encrypt your documents.

Accessible with the following methods

Method Description
GET_KMSKEYID() Getter for KMSKEYID, with configurable default
ASK_KMSKEYID() Getter for KMSKEYID w/ exceptions if field has no value
HAS_KMSKEYID() Determine if KMSKEYID has a value

OutputConfig

OutputConfig

Accessible with the following methods

Method Description
GET_OUTPUTCONFIG() Getter for OUTPUTCONFIG

EvaluationMetrics

The evaluation metrics (F1 score, Precision, and Recall) for the requested version, grouped by baseline metrics and adapter version.

Accessible with the following methods

Method Description
GET_EVALUATIONMETRICS() Getter for EVALUATIONMETRICS, with configurable default
ASK_EVALUATIONMETRICS() Getter for EVALUATIONMETRICS w/ exceptions if field has no v
HAS_EVALUATIONMETRICS() Determine if EVALUATIONMETRICS has a value

Tags

A set of tags (key-value pairs) that are associated with the adapter version.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value