Package | Description |
---|---|
com.amazonaws.services.machinelearning.model |
Modifier and Type | Method and Description |
---|---|
RedshiftDataSpec |
RedshiftDataSpec.clone() |
RedshiftDataSpec |
CreateDataSourceFromRedshiftRequest.getDataSpec()
The data specification of an Amazon Redshift
DataSource : |
RedshiftDataSpec |
RedshiftDataSpec.withDatabaseCredentials(RedshiftDatabaseCredentials databaseCredentials)
Describes AWS Identity and Access Management (IAM) credentials that are
used connect to the Amazon Redshift database.
|
RedshiftDataSpec |
RedshiftDataSpec.withDatabaseInformation(RedshiftDatabase databaseInformation)
Describes the
DatabaseName and
ClusterIdentifier for an Amazon Redshift
DataSource . |
RedshiftDataSpec |
RedshiftDataSpec.withDataRearrangement(String dataRearrangement)
Describes the splitting specifications for a
DataSource . |
RedshiftDataSpec |
RedshiftDataSpec.withDataSchema(String dataSchema)
A JSON string that represents the schema for an Amazon Redshift
DataSource . |
RedshiftDataSpec |
RedshiftDataSpec.withDataSchemaUri(String dataSchemaUri)
Describes the schema location for an Amazon Redshift
DataSource . |
RedshiftDataSpec |
RedshiftDataSpec.withS3StagingLocation(String s3StagingLocation)
Describes an Amazon S3 location to store the result set of the
SelectSqlQuery query. |
RedshiftDataSpec |
RedshiftDataSpec.withSelectSqlQuery(String selectSqlQuery)
Describes the SQL Query to execute on an Amazon Redshift database for an
Amazon Redshift
DataSource . |
Modifier and Type | Method and Description |
---|---|
void |
CreateDataSourceFromRedshiftRequest.setDataSpec(RedshiftDataSpec dataSpec)
The data specification of an Amazon Redshift
DataSource : |
CreateDataSourceFromRedshiftRequest |
CreateDataSourceFromRedshiftRequest.withDataSpec(RedshiftDataSpec dataSpec)
The data specification of an Amazon Redshift
DataSource : |
Copyright © 2015. All rights reserved.