Module Values.SageMakerMachineLearningModelResourceDataSource

Attributes that define an Amazon SageMaker machine learning resource.

Sourcetype nonrec t = {
  1. destinationPath : string option;
    (*

    The absolute local path of the resource inside the Lambda environment.

    *)
  2. ownerSetting : ResourceDownloadOwnerSetting.t option;
  3. sageMakerJobArn : string option;
    (*

    The ARN of the Amazon SageMaker training job that represents the source model.

    *)
}
Sourceval make : ?destinationPath:??? -> ?ownerSetting:??? -> ?sageMakerJobArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string | `Structure of (string * [> `Enum of string | `String of string ]) 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