Values.GetAdapterVersionResponseSourceGets configuration information for the specified adapter version, including: AdapterId, AdapterVersion, FeatureTypes, Status, StatusMessage, DatasetConfig, KMSKeyId, OutputConfig, Tags and EvaluationMetrics.
type nonrec t = {adapterId : AdapterId.t option;A string containing a unique ID for the adapter version being retrieved.
*)adapterVersion : AdapterVersion.t option;A string containing the adapter version that has been retrieved.
*)creationTime : DateTime.t option;The time that the adapter version was created.
*)featureTypes : FeatureTypes.t option;List of the targeted feature types for the requested adapter version.
*)status : AdapterVersionStatus.t option;The status of the adapter version that has been requested.
*)statusMessage : AdapterVersionStatusMessage.t option;A message that describes the status of the requested adapter version.
*)datasetConfig : AdapterVersionDatasetConfig.t option;Specifies a dataset used to train a new adapter version. Takes a ManifestS3Objec as the value.
*)kMSKeyId : KMSKeyId.t option;The identifier for your AWS Key Management Service key (AWS KMS key). Used to encrypt your documents.
*)outputConfig : OutputConfig.t option;evaluationMetrics : AdapterVersionEvaluationMetrics.t option;The evaluation metrics (F1 score, Precision, and Recall) for the requested version, grouped by baseline metrics and adapter version.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerError of InternalServerError.t| `InvalidParameterException of InvalidParameterException.t| `ProvisionedThroughputExceededException of
ProvisionedThroughputExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `InternalServerError of unit
| `InvalidParameterException of unit
| `ProvisionedThroughputExceededException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `InternalServerError of unit
| `InvalidParameterException of unit
| `ProvisionedThroughputExceededException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `Float of Float_.t ]) list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of AdapterId.t
| `Structure of
(string
* [> `String of S3Bucket.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list
| `Timestamp of DateTime.t ])
list ]