Values_1.ModelConfigurationSourceDefines the model configuration. Includes the specification name and environment parameters.
type nonrec t = {inferenceSpecificationName : Values_0.InferenceSpecificationName.t option;The inference specification name in the model package version.
*)environmentParameters : EnvironmentParameters.t option;Defines the environment parameters that includes key, value types, and values.
*)compilationJobName : RecommendationJobCompilationJobName.t option;The name of the compilation job used to create the recommended model artifacts.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Values_0.String_.t ]) list ]
list
| `String of Values_0.InferenceSpecificationName.t ])
list ]