Module Values_2.SearchTrainingPlanOfferingsResponseSource

Searches for available training plan offerings based on specified criteria. Users search for available plan offerings based on their requirements (e.g., instance type, count, start time, duration). And then, they create a plan that best matches their needs using the ID of the plan offering they want to use. For more information about how to reserve GPU capacity for your SageMaker training jobs or SageMaker HyperPod clusters using Amazon SageMaker Training Plan , see CreateTrainingPlan .

Sourcetype nonrec t = {
  1. trainingPlanOfferings : TrainingPlanOfferings.t option;
    (*

    A list of training plan offerings that match the search criteria.

    *)
  2. trainingPlanExtensionOfferings : TrainingPlanExtensionOfferings.t option;
    (*

    A list of extension offerings available for the specified training plan. These offerings can be used with the ExtendTrainingPlan API to extend an existing training plan.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?trainingPlanOfferings:??? -> ?trainingPlanExtensionOfferings:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of TrainingPlanExtensionDurationHours.t | `List of [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of Values_1.UltraServerCount.t | `Long of Values_1.ReservedCapacityDurationHours.t | `String of Values_1.UltraServerType.t | `Timestamp of Values_0.Timestamp.t ]) list ] list | `Long of TrainingPlanDurationHours.t | `String of Values_1.TrainingPlanOfferingId.t | `Timestamp of Values_0.Timestamp.t ]) 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