Module Values_1.InferenceComponentContainerSpecificationSummarySource

Details about the resources that are deployed with this inference component.

Sourcetype nonrec t = {
  1. deployedImage : DeployedImage.t option;
  2. artifactUrl : Values_0.Url.t option;
    (*

    The Amazon S3 path where the model artifacts are stored.

    *)
  3. environment : Values_0.EnvironmentMap.t option;
    (*

    The environment variables to set in the Docker container.

    *)
}
Sourceval make : ?deployedImage:??? -> ?artifactUrl:??? -> ?environment:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.Url.t | `Structure of (string * [> `String of Values_0.ContainerImage.t | `Timestamp of Values_0.Timestamp.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t