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

Container for the parameters to the CreateMLModel operation. Creates a new MLModel using the DataSource and the recipe as information sources.

An MLModel is nearly immutable. Users can update only the MLModelName and the ScoreThreshold in an MLModel without creating a new MLModel.

CreateMLModel is an asynchronous operation. In response to CreateMLModel, Amazon Machine Learning (Amazon ML) immediately returns and sets the MLModel status to PENDING. After the MLModel has been created and ready is for use, Amazon ML sets the status to COMPLETED.

You can use the GetMLModel operation to check the progress of the MLModel during the creation operation.

CreateMLModel requires a DataSource with computed statistics, which can be created by setting ComputeStatistics to true in CreateDataSourceFromRDS, CreateDataSourceFromS3, or CreateDataSourceFromRedshift operations.

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

비공개 메소드들

메소드 설명
IsSetMLModelId ( ) : bool
IsSetMLModelName ( ) : bool
IsSetMLModelType ( ) : bool
IsSetParameters ( ) : bool
IsSetRecipe ( ) : bool
IsSetRecipeUri ( ) : bool
IsSetTrainingDataSourceId ( ) : bool