Values.SageMakerRunConfigurationOutputSourceThe Amazon SageMaker run configuration.
type nonrec t = {accountId : SageMakerRunConfigurationOutputAccountIdString.t option;The Amazon SageMaker account ID.
*)region : SageMakerRunConfigurationOutputRegionString.t option;The Amazon SageMaker Region.
*)trackingAssets : TrackingAssets.t option;The tracking assets of the Amazon SageMaker.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of SageMakerAssetType.t ]
* [> `List of [> `String of SageMakerResourceArn.t ] list ])
list
| `String of SageMakerRunConfigurationOutputAccountIdString.t ])
list ]