Module Values_1.EndpointInputConfigurationSource

The endpoint configuration for the load test.

Sourcetype nonrec t = {
  1. instanceType : Values_0.ProductionVariantInstanceType.t option;
    (*

    The instance types to use for the load test.

    *)
  2. serverlessConfig : Values_0.ProductionVariantServerlessConfig.t option;
  3. inferenceSpecificationName : Values_0.InferenceSpecificationName.t option;
    (*

    The inference specification name in the model package version.

    *)
  4. environmentParameterRanges : EnvironmentParameterRanges.t option;
    (*

    The parameter you want to benchmark against.

    *)
}
Sourceval make : ?instanceType:??? -> ?serverlessConfig:??? -> ?inferenceSpecificationName:??? -> ?environmentParameterRanges:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.InferenceSpecificationName.t | `Structure of (string * [> `Integer of int | `List of [> `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) list ] list ]) 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