PartnerAppSummary

A subset of information related to a SageMaker Partner AI App. This information is used as part of the ListPartnerApps API response.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the SageMaker Partner AI App.

Link copied to clipboard

The creation time of the SageMaker Partner AI App.

Link copied to clipboard
val name: String?

The name of the SageMaker Partner AI App.

Link copied to clipboard

The status of the SageMaker Partner AI App.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: PartnerAppSummary.Builder.() -> Unit = {}): PartnerAppSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String