Module Values_1.DescribeImageResponseSource

Describes a SageMaker AI image.

Sourcetype nonrec t = {
  1. creationTime : Values_0.Timestamp.t option;
    (*

    When the image was created.

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

    The description of the image.

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

    The name of the image as displayed.

    *)
  4. failureReason : Values_0.FailureReason.t option;
    (*

    When a create, update, or delete operation fails, the reason for the failure.

    *)
  5. imageArn : Values_0.ImageArn.t option;
    (*

    The ARN of the image.

    *)
  6. imageName : Values_0.ImageName.t option;
    (*

    The name of the image.

    *)
  7. imageStatus : ImageStatus.t option;
    (*

    The status of the image.

    *)
  8. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    When the image was last modified.

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

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

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?creationTime:??? -> ?description:??? -> ?displayName:??? -> ?failureReason:??? -> ?imageArn:??? -> ?imageName:??? -> ?imageStatus:??? -> ?lastModifiedTime:??? -> ?roleArn:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ImageDescription.t | `Timestamp of Values_0.Timestamp.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