AthenaDatasetDefinition | R Documentation |
With this input, SQL queries will be executed using Athena to generate datasets to S3.
sagemaker.core::ApiObject
-> AthenaDatasetDefinition
new()
Initialize AthenaDatasetDefinition.
AthenaDatasetDefinition$new( catalog = NULL, database = NULL, query_string = NULL, output_s3_uri = NULL, work_group = NULL, kms_key_id = NULL, output_format = NULL, output_compression = NULL )
catalog
(str, default=None): The name of the data catalog used in Athena query execution.
database
(str, default=None): The name of the database used in the Athena query execution.
query_string
(str, default=None): The SQL query statements, to be executed.
output_s3_uri
(str, default=None): The location in Amazon S3 where Athena query results are stored.
work_group
(str, default=None): The name of the workgroup in which the Athena query is being started.
kms_key_id
(str, default=None): The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.
output_format
(str, default=None): The data storage format for Athena query results. Valid options are "PARQUET", "ORC", "AVRO", "JSON", "TEXTFILE"
output_compression
(str, default=None): The compression used for Athena query results. Valid options are "GZIP", "SNAPPY", "ZLIB"
clone()
The objects of this class are cloneable with this method.
AthenaDatasetDefinition$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.