Module Values_2.UpdateImageRequestSource

Updates the properties of a SageMaker AI image. To change the image's tags, use the AddTags and DeleteTags APIs.

Sourcetype nonrec t = {
  1. deleteProperties : ImageDeletePropertyList.t option;
    (*

    A list of properties to delete. Only the Description and DisplayName properties can be deleted.

    *)
  2. description : Values_1.ImageDescription.t option;
    (*

    The new description for the image.

    *)
  3. displayName : Values_1.ImageDisplayName.t option;
    (*

    The new display name for the image.

    *)
  4. imageName : Values_0.ImageName.t;
    (*

    The name of the image to update.

    *)
  5. roleArn : Values_0.RoleArn.t option;
    (*

    The new ARN for the IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.

    *)
}
Sourceval context_ : string
Sourceval make : ?deleteProperties:??? -> ?description:??? -> ?displayName:??? -> ?roleArn:??? -> imageName:Values_0.ImageName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ImageDeleteProperty.t ] list | `String of Values_1.ImageDescription.t ]) 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