GetFlywheelResult

data class GetFlywheelResult(val activeModelArn: String? = null, val arn: String? = null, val dataAccessRoleArn: String? = null, val dataSecurityConfig: FlywheelDataSecurityConfig? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(activeModelArn: String? = null, arn: String? = null, dataAccessRoleArn: String? = null, dataSecurityConfig: FlywheelDataSecurityConfig? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activeModelArn: String? = null

The Amazon Resource Number (ARN) of the active model version.

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the flywheel.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.

Link copied to clipboard

Data security configuration.

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

Tags associated with the endpoint being created. A tag is a key-value pair that adds metadata to the endpoint. For example, a tag with "Sales" as the key might be added to an endpoint to indicate its use by the sales department.