AnalysisTemplate

The analysis template.

Types

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

Properties

Link copied to clipboard

The parameters of the analysis template.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the analysis template.

Link copied to clipboard

The unique ARN for the analysis template’s associated collaboration.

Link copied to clipboard

The unique ID for the associated collaboration of the analysis template.

Link copied to clipboard

The time that the analysis template was created.

Link copied to clipboard

The description of the analysis template.

Link copied to clipboard

The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to DETAILED, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.

Link copied to clipboard

The format of the analysis template.

Link copied to clipboard
val id: String

The identifier for the analysis template.

Link copied to clipboard

The Amazon Resource Name (ARN) of the member who created the analysis template.

Link copied to clipboard

The identifier of a member who created the analysis template.

Link copied to clipboard

The name of the analysis template.

Link copied to clipboard

The entire schema object.

Link copied to clipboard

The source of the analysis template.

Link copied to clipboard

The source metadata for the analysis template.

Link copied to clipboard

The time that the analysis template was last updated.

Link copied to clipboard

Information about the validations performed on the analysis template.

Functions

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