CreateConfiguredModelAlgorithmRequest

Types

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

Properties

Link copied to clipboard

The description of the configured model algorithm.

Link copied to clipboard

Configuration information for the inference container that is used when you run an inference job on a configured model algorithm.

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key. This key is used to encrypt and decrypt customer-owned data in the configured ML model algorithm and associated data.

Link copied to clipboard
val name: String?

The name of the configured model algorithm.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role that is used to access the repository.

Link copied to clipboard

The optional metadata that you apply to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.

Link copied to clipboard

Configuration information for the training container, including entrypoints and arguments.

Functions

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