ExternalModel

The Amazon SageMaker model.

Types

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

Properties

Link copied to clipboard
val arn: String?

The model ARN.

Link copied to clipboard

Timestamp of when the model was last created.

Link copied to clipboard

The input configuration.

Link copied to clipboard

The role used to invoke the model.

Link copied to clipboard

Timestamp of when the model was last updated.

Link copied to clipboard

The Amazon SageMaker model endpoints.

Link copied to clipboard

The Amazon Fraud Detector status for the external model endpoint

Link copied to clipboard

The source of the model.

Link copied to clipboard

The output configuration.

Functions

Link copied to clipboard
inline fun copy(block: ExternalModel.Builder.() -> Unit = {}): ExternalModel
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