Values_0.CreateContextRequestSourceCreates a context. A context is a lineage tracking entity that represents a logical grouping of other tracking or experiment entities. Some examples are an endpoint and a model package. For more information, see Amazon SageMaker ML Lineage Tracking.
type nonrec t = {contextName : ContextName.t;The name of the context. Must be unique to your account in an Amazon Web Services Region.
*)source : ContextSource.t;The source type, ID, and URI.
*)contextType : String256.t;The context type.
*)description : ExperimentDescription.t option;The description of the context.
*)properties : LineageEntityParameters.t option;A list of properties to add to the context.
*)}val make :
?description:??? ->
?properties:??? ->
?tags:??? ->
contextName:ContextName.t ->
source:ContextSource.t ->
contextType:String256.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `Map of
([> `String of StringParameterValue.t ]
* [> `String of StringParameterValue.t ])
list
| `String of ContextName.t
| `Structure of (string * [> `String of SourceUri.t ]) list ])
list ]