Uses of Class
com.amazonaws.services.machinelearning.model.RedshiftDataSpec
Packages that use RedshiftDataSpec
-
Uses of RedshiftDataSpec in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return RedshiftDataSpecModifier and TypeMethodDescriptionRedshiftDataSpec.clone()CreateDataSourceFromRedshiftRequest.getDataSpec()The data specification of an Amazon RedshiftDataSource:RedshiftDataSpec.withDatabaseCredentials(RedshiftDatabaseCredentials databaseCredentials) Describes AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon Redshift database.RedshiftDataSpec.withDatabaseInformation(RedshiftDatabase databaseInformation) Describes theDatabaseNameandClusterIdentifierfor an Amazon RedshiftDataSource.RedshiftDataSpec.withDataRearrangement(String dataRearrangement) Describes the splitting specifications for aDataSource.RedshiftDataSpec.withDataSchema(String dataSchema) A JSON string that represents the schema for an Amazon RedshiftDataSource.RedshiftDataSpec.withDataSchemaUri(String dataSchemaUri) Describes the schema location for an Amazon RedshiftDataSource.RedshiftDataSpec.withS3StagingLocation(String s3StagingLocation) Describes an Amazon S3 location to store the result set of theSelectSqlQueryquery.RedshiftDataSpec.withSelectSqlQuery(String selectSqlQuery) Describes the SQL Query to execute on an Amazon Redshift database for an Amazon RedshiftDataSource.Methods in com.amazonaws.services.machinelearning.model with parameters of type RedshiftDataSpecModifier and TypeMethodDescriptionvoidCreateDataSourceFromRedshiftRequest.setDataSpec(RedshiftDataSpec dataSpec) The data specification of an Amazon RedshiftDataSource:CreateDataSourceFromRedshiftRequest.withDataSpec(RedshiftDataSpec dataSpec) The data specification of an Amazon RedshiftDataSource: