Module Values_1.DescribePartnerAppResponseSource

Gets information about a SageMaker Partner AI App.

Sourcetype nonrec t = {
  1. arn : PartnerAppArn.t option;
    (*

    The ARN of the SageMaker Partner AI App that was described.

    *)
  2. name : PartnerAppName.t option;
    (*

    The name of the SageMaker Partner AI App.

    *)
  3. type_ : PartnerAppType.t option;
    (*

    The type of SageMaker Partner AI App. Must be one of the following: lakera-guard, comet, deepchecks-llm-evaluation, or fiddler.

    *)
  4. status : PartnerAppStatus.t option;
    (*

    The status of the SageMaker Partner AI App. Creating: SageMaker AI is creating the partner AI app. The partner AI app is not available during creation. Updating: SageMaker AI is updating the partner AI app. The partner AI app is not available when updating. Deleting: SageMaker AI is deleting the partner AI app. The partner AI app is not available during deletion. Available: The partner AI app is provisioned and accessible. Failed: The partner AI app is in a failed state and isn't available. SageMaker AI is investigating the issue. For further guidance, contact Amazon Web Services Support. UpdateFailed: The partner AI app couldn't be updated but is available. Deleted: The partner AI app is permanently deleted and not available.

    *)
  5. creationTime : Values_0.Timestamp.t option;
    (*

    The time that the SageMaker Partner AI App was created.

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

    The time that the SageMaker Partner AI App was last modified.

    *)
  7. executionRoleArn : Values_0.RoleArn.t option;
    (*

    The ARN of the IAM role associated with the SageMaker Partner AI App.

    *)
  8. kmsKeyId : Values_0.KmsKeyId.t option;
    (*

    The Amazon Web Services KMS customer managed key used to encrypt the data at rest associated with SageMaker Partner AI Apps.

    *)
  9. baseUrl : Values_0.String2048.t option;
    (*

    The URL of the SageMaker Partner AI App that the Application SDK uses to support in-app calls for the user.

    *)
  10. maintenanceConfig : PartnerAppMaintenanceConfig.t option;
    (*

    Maintenance configuration settings for the SageMaker Partner AI App.

    *)
  11. tier : Values_0.NonEmptyString64.t option;
    (*

    The instance type and size of the cluster attached to the SageMaker Partner AI App.

    *)
  12. version : Values_0.NonEmptyString64.t option;
    (*

    The version of the SageMaker Partner AI App.

    *)
  13. applicationConfig : PartnerAppConfig.t option;
    (*

    Configuration settings for the SageMaker Partner AI App.

    *)
  14. authType : PartnerAppAuthType.t option;
    (*

    The authorization type that users use to access the SageMaker Partner AI App.

    *)
  15. enableIamSessionBasedIdentity : Values_0.Boolean.t option;
    (*

    When set to TRUE, the SageMaker Partner AI App sets the Amazon Web Services IAM session name or the authenticated IAM user as the identity of the SageMaker Partner AI App user.

    *)
  16. error : ErrorInfo.t option;
    (*

    This is an error field object that contains the error code and the reason for an operation failure.

    *)
  17. enableAutoMinorVersionUpgrade : Values_0.Boolean.t option;
    (*

    Indicates whether the SageMaker Partner AI App is configured for automatic minor version upgrades during scheduled maintenance windows.

    *)
  18. currentVersionEolDate : Values_0.Timestamp.t option;
    (*

    The end-of-life date for the current version of the SageMaker Partner AI App.

    *)
  19. availableUpgrade : Values_0.AvailableUpgrade.t option;
    (*

    A map of available minor version upgrades for the SageMaker Partner AI App. The key is the semantic version number, and the value is a list of release notes for that version. A null value indicates no upgrades are available.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?name:??? -> ?type_:??? -> ?status:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> ?executionRoleArn:??? -> ?kmsKeyId:??? -> ?baseUrl:??? -> ?maintenanceConfig:??? -> ?tier:??? -> ?version:??? -> ?applicationConfig:??? -> ?authType:??? -> ?enableIamSessionBasedIdentity:??? -> ?error:??? -> ?enableAutoMinorVersionUpgrade:??? -> ?currentVersionEolDate:??? -> ?availableUpgrade:??? -> 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 * [> `Boolean of Values_0.Boolean.t | `Enum of string | `String of PartnerAppArn.t | `Structure of (string * [> `List of [> `String of Values_0.NonEmptyString256.t | `Structure of (string * [> `List of [> `String of Values_0.GroupNamePattern.t ] list | `String of Values_0.NonEmptyString256.t ]) list ] list | `Map of ([> `String of Values_0.NonEmptyString256.t ] * [> `String of Values_0.String1024.t ]) list | `String of WeeklyScheduleTimeFormat.t ]) list | `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