Package | Description |
---|---|
com.amazonaws.services.machinelearning.model | |
com.amazonaws.services.machinelearning.model.transform |
Modifier and Type | Field and Description |
---|---|
private RedshiftDataSpec |
CreateDataSourceFromRedshiftRequest.dataSpec
The data specification of an Amazon Redshift
DataSource : |
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(java.lang.String dataRearrangement)
Describes the splitting specifications for a
DataSource . |
RedshiftDataSpec |
RedshiftDataSpec.withDataSchema(java.lang.String dataSchema)
A JSON string that represents the schema for an Amazon Redshift
DataSource . |
RedshiftDataSpec |
RedshiftDataSpec.withDataSchemaUri(java.lang.String dataSchemaUri)
Describes the schema location for an Amazon Redshift
DataSource . |
RedshiftDataSpec |
RedshiftDataSpec.withS3StagingLocation(java.lang.String s3StagingLocation)
Describes an Amazon S3 location to store the result set of the
SelectSqlQuery query. |
RedshiftDataSpec |
RedshiftDataSpec.withSelectSqlQuery(java.lang.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 : |
Modifier and Type | Method and Description |
---|---|
RedshiftDataSpec |
RedshiftDataSpecJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RedshiftDataSpecJsonMarshaller.marshall(RedshiftDataSpec redshiftDataSpec,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|