Uses of Class
com.amazonaws.services.machinelearning.model.GetMLModelResult
-
Packages that use GetMLModelResult Package Description com.amazonaws.services.machinelearning com.amazonaws.services.machinelearning.model -
-
Uses of GetMLModelResult in com.amazonaws.services.machinelearning
Methods in com.amazonaws.services.machinelearning that return GetMLModelResult Modifier and Type Method Description GetMLModelResultAbstractAmazonMachineLearning. getMLModel(GetMLModelRequest request)GetMLModelResultAmazonMachineLearning. getMLModel(GetMLModelRequest getMLModelRequest)Returns anMLModelthat includes detailed metadata, and data source information as well as the current status of theMLModel.GetMLModelResultAmazonMachineLearningClient. getMLModel(GetMLModelRequest getMLModelRequest)Returns anMLModelthat includes detailed metadata, and data source information as well as the current status of theMLModel.Methods in com.amazonaws.services.machinelearning that return types with arguments of type GetMLModelResult Modifier and Type Method Description Future<GetMLModelResult>AbstractAmazonMachineLearningAsync. getMLModelAsync(GetMLModelRequest request)Future<GetMLModelResult>AbstractAmazonMachineLearningAsync. getMLModelAsync(GetMLModelRequest request, AsyncHandler<GetMLModelRequest,GetMLModelResult> asyncHandler)Future<GetMLModelResult>AmazonMachineLearningAsync. getMLModelAsync(GetMLModelRequest getMLModelRequest)Returns anMLModelthat includes detailed metadata, and data source information as well as the current status of theMLModel.Future<GetMLModelResult>AmazonMachineLearningAsync. getMLModelAsync(GetMLModelRequest getMLModelRequest, AsyncHandler<GetMLModelRequest,GetMLModelResult> asyncHandler)Returns anMLModelthat includes detailed metadata, and data source information as well as the current status of theMLModel.Future<GetMLModelResult>AmazonMachineLearningAsyncClient. getMLModelAsync(GetMLModelRequest request)Future<GetMLModelResult>AmazonMachineLearningAsyncClient. getMLModelAsync(GetMLModelRequest request, AsyncHandler<GetMLModelRequest,GetMLModelResult> asyncHandler)Method parameters in com.amazonaws.services.machinelearning with type arguments of type GetMLModelResult Modifier and Type Method Description Future<GetMLModelResult>AbstractAmazonMachineLearningAsync. getMLModelAsync(GetMLModelRequest request, AsyncHandler<GetMLModelRequest,GetMLModelResult> asyncHandler)Future<GetMLModelResult>AmazonMachineLearningAsync. getMLModelAsync(GetMLModelRequest getMLModelRequest, AsyncHandler<GetMLModelRequest,GetMLModelResult> asyncHandler)Returns anMLModelthat includes detailed metadata, and data source information as well as the current status of theMLModel.Future<GetMLModelResult>AmazonMachineLearningAsyncClient. getMLModelAsync(GetMLModelRequest request, AsyncHandler<GetMLModelRequest,GetMLModelResult> asyncHandler) -
Uses of GetMLModelResult in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return GetMLModelResult Modifier and Type Method Description GetMLModelResultGetMLModelResult. addTrainingParametersEntry(String key, String value)GetMLModelResultGetMLModelResult. clearTrainingParametersEntries()Removes all the entries added into TrainingParameters.GetMLModelResultGetMLModelResult. clone()GetMLModelResultGetMLModelResult. withCreatedAt(Date createdAt)The time that theMLModelwas created.GetMLModelResultGetMLModelResult. withCreatedByIamUser(String createdByIamUser)The AWS user account from which theMLModelwas created.GetMLModelResultGetMLModelResult. withEndpointInfo(RealtimeEndpointInfo endpointInfo)The current endpoint of theMLModelGetMLModelResultGetMLModelResult. withInputDataLocationS3(String inputDataLocationS3)The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).GetMLModelResultGetMLModelResult. withLastUpdatedAt(Date lastUpdatedAt)The time of the most recent edit to theMLModel.GetMLModelResultGetMLModelResult. withLogUri(String logUri)A link to the file that contains logs of theCreateMLModeloperation.GetMLModelResultGetMLModelResult. withMessage(String message)Description of the most recent details about accessing theMLModel.GetMLModelResultGetMLModelResult. withMLModelId(String mLModelId)The MLModel ID which is same as theMLModelIdin the request.GetMLModelResultGetMLModelResult. withMLModelType(MLModelType mLModelType)Identifies theMLModelcategory.GetMLModelResultGetMLModelResult. withMLModelType(String mLModelType)Identifies theMLModelcategory.GetMLModelResultGetMLModelResult. withName(String name)A user-supplied name or description of theMLModel.GetMLModelResultGetMLModelResult. withRecipe(String recipe)The recipe to use when training theMLModel.GetMLModelResultGetMLModelResult. withSchema(String schema)The schema used by all of the data files referenced by theDataSource.GetMLModelResultGetMLModelResult. withScoreThreshold(Float scoreThreshold)The scoring threshold is used in binary classificationMLModels, and marks the boundary between a positive prediction and a negative prediction.GetMLModelResultGetMLModelResult. withScoreThresholdLastUpdatedAt(Date scoreThresholdLastUpdatedAt)The time of the most recent edit to theScoreThreshold.GetMLModelResultGetMLModelResult. withSizeInBytes(Long sizeInBytes)GetMLModelResultGetMLModelResult. withStatus(EntityStatus status)The current status of theMLModel.GetMLModelResultGetMLModelResult. withStatus(String status)The current status of theMLModel.GetMLModelResultGetMLModelResult. withTrainingDataSourceId(String trainingDataSourceId)The ID of the trainingDataSource.GetMLModelResultGetMLModelResult. withTrainingParameters(Map<String,String> trainingParameters)A list of the training parameters in theMLModel.
-