C# 클래스 Amazon.MachineLearning.Model.CreateDataSourceFromRDSRequest

Container for the parameters to the CreateDataSourceFromRDS operation. Creates a DataSource object from an Amazon Relational Database Service (Amazon RDS). A DataSource references data that can be used to perform CreateMLModel, CreateEvaluation, or CreateBatchPrediction operations.

CreateDataSourceFromRDS is an asynchronous operation. In response to CreateDataSourceFromRDS, Amazon Machine Learning (Amazon ML) immediately returns and sets the DataSource status to PENDING. After the DataSource is created and ready for use, Amazon ML sets the Status parameter to COMPLETED. DataSource in the COMPLETED or PENDING state can be used only to perform >CreateMLModel>, CreateEvaluation, or CreateBatchPrediction operations.

If Amazon ML cannot accept the input source, it sets the Status parameter to FAILED and includes an error message in the Message attribute of the GetDataSource operation response.

상속: AmazonMachineLearningRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

비공개 메소드들

메소드 설명
IsSetComputeStatistics ( ) : bool
IsSetDataSourceId ( ) : bool
IsSetDataSourceName ( ) : bool
IsSetRDSData ( ) : bool
IsSetRoleARN ( ) : bool