CreateDetectorVersionRequest

Types

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

Properties

Link copied to clipboard

The description of the detector version.

Link copied to clipboard

The ID of the detector under which you want to create a new version.

Link copied to clipboard

The Amazon Sagemaker model endpoints to include in the detector version.

Link copied to clipboard

The model versions to include in the detector version.

Link copied to clipboard

The rule execution mode for the rules included in the detector version.

Link copied to clipboard
val rules: List<Rule>?

The rules to include in the detector version.

Link copied to clipboard
val tags: List<Tag>?

A collection of key and value pairs.

Functions

Link copied to clipboard
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