CopyProjectVersionRequest

Types

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

Properties

Link copied to clipboard

The ARN of the project in the trusted AWS account that you want to copy the model version to.

Link copied to clipboard

The identifier for your AWS Key Management Service key (AWS KMS key). You can supply the Amazon Resource Name (ARN) of your KMS key, the ID of your KMS key, an alias for your KMS key, or an alias ARN. The key is used to encrypt training results and manifest files written to the output Amazon S3 bucket (OutputConfig).

Link copied to clipboard

The S3 bucket and folder location where the training output for the source model version is placed.

Link copied to clipboard

The ARN of the source project in the trusting AWS account.

Link copied to clipboard

The ARN of the model version in the source project that you want to copy to a destination project.

Link copied to clipboard

The key-value tags to assign to the model version.

Link copied to clipboard

A name for the version of the model that's copied to the destination project.

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