Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RedshiftDatasetDefinition

import type { RedshiftDatasetDefinition } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Configuration for Redshift Dataset Definition input.

interface RedshiftDatasetDefinition {
ClusterId: string;
ClusterRoleArn: string;
Database: string;
DbUser: string;
KmsKeyId?: string | null;
OutputCompression?: RedshiftResultCompressionType | null;
OutputFormat: RedshiftResultFormat;
OutputS3Uri: string;
QueryString: string;
}

§Properties

§
ClusterId: string
[src]
§
ClusterRoleArn: string
[src]

The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.

§
Database: string
[src]
§
DbUser: string
[src]
§
KmsKeyId?: string | null
[src]

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.

§
OutputCompression?: RedshiftResultCompressionType | null
[src]
§
OutputS3Uri: string
[src]

The location in Amazon S3 where the Redshift query results are stored.

§
QueryString: string
[src]