Uses of Class
com.amazonaws.services.machinelearning.model.RDSDataSpec
Packages that use RDSDataSpec
-
Uses of RDSDataSpec in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return RDSDataSpecModifier and TypeMethodDescriptionRDSDataSpec.clone()
CreateDataSourceFromRDSRequest.getRDSData()
The data specification of an Amazon RDSDataSource
:RDSDataSpec.withDatabaseCredentials
(RDSDatabaseCredentials databaseCredentials) The AWS Identity and Access Management (IAM) credentials that are used connect to the Amazon RDS database.RDSDataSpec.withDatabaseInformation
(RDSDatabase databaseInformation) Describes theDatabaseName
andInstanceIdentifier
of an an Amazon RDS database.RDSDataSpec.withDataRearrangement
(String dataRearrangement) DataRearrangement - A JSON string that represents the splitting requirement of aDataSource
.RDSDataSpec.withDataSchema
(String dataSchema) A JSON string that represents the schema for an Amazon RDSDataSource
.RDSDataSpec.withDataSchemaUri
(String dataSchemaUri) The Amazon S3 location of theDataSchema
.RDSDataSpec.withResourceRole
(String resourceRole) The role (DataPipelineDefaultResourceRole) assumed by an Amazon Elastic Compute Cloud (Amazon EC2) instance to carry out the copy operation from Amazon RDS to an Amazon S3 task.RDSDataSpec.withS3StagingLocation
(String s3StagingLocation) The Amazon S3 location for staging Amazon RDS data.RDSDataSpec.withSecurityGroupIds
(String... securityGroupIds) The security group IDs to be used to access a VPC-based RDS DB instance.RDSDataSpec.withSecurityGroupIds
(Collection<String> securityGroupIds) The security group IDs to be used to access a VPC-based RDS DB instance.RDSDataSpec.withSelectSqlQuery
(String selectSqlQuery) The query that is used to retrieve the observation data for theDataSource
.RDSDataSpec.withServiceRole
(String serviceRole) The role (DataPipelineDefaultRole) assumed by AWS Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3.RDSDataSpec.withSubnetId
(String subnetId) The subnet ID to be used to access a VPC-based RDS DB instance.Methods in com.amazonaws.services.machinelearning.model with parameters of type RDSDataSpecModifier and TypeMethodDescriptionvoid
CreateDataSourceFromRDSRequest.setRDSData
(RDSDataSpec rDSData) The data specification of an Amazon RDSDataSource
:CreateDataSourceFromRDSRequest.withRDSData
(RDSDataSpec rDSData) The data specification of an Amazon RDSDataSource
: