Uses of Class
com.amazonaws.services.machinelearning.model.MLModel
Packages that use MLModel
-
Uses of MLModel in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return MLModelModifier and TypeMethodDescriptionMLModel.addTrainingParametersEntry
(String key, String value) MLModel.clearTrainingParametersEntries()
Removes all the entries added into TrainingParameters.MLModel.clone()
MLModel.withAlgorithm
(Algorithm algorithm) The algorithm used to train theMLModel
.MLModel.withAlgorithm
(String algorithm) The algorithm used to train theMLModel
.MLModel.withCreatedAt
(Date createdAt) The time that theMLModel
was created.MLModel.withCreatedByIamUser
(String createdByIamUser) The AWS user account from which theMLModel
was created.MLModel.withEndpointInfo
(RealtimeEndpointInfo endpointInfo) The current endpoint of theMLModel
.MLModel.withInputDataLocationS3
(String inputDataLocationS3) The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).MLModel.withLastUpdatedAt
(Date lastUpdatedAt) The time of the most recent edit to theMLModel
.MLModel.withMessage
(String message) A description of the most recent details about accessing theMLModel
.MLModel.withMLModelId
(String mLModelId) The ID assigned to theMLModel
at creation.MLModel.withMLModelType
(MLModelType mLModelType) Identifies theMLModel
category.MLModel.withMLModelType
(String mLModelType) Identifies theMLModel
category.A user-supplied name or description of theMLModel
.MLModel.withScoreThreshold
(Float scoreThreshold) MLModel.withScoreThresholdLastUpdatedAt
(Date scoreThresholdLastUpdatedAt) The time of the most recent edit to theScoreThreshold
.MLModel.withSizeInBytes
(Long sizeInBytes) MLModel.withStatus
(EntityStatus status) The current status of anMLModel
.MLModel.withStatus
(String status) The current status of anMLModel
.MLModel.withTrainingDataSourceId
(String trainingDataSourceId) The ID of the trainingDataSource
.MLModel.withTrainingParameters
(Map<String, String> trainingParameters) A list of the training parameters in theMLModel
.Methods in com.amazonaws.services.machinelearning.model that return types with arguments of type MLModelModifier and TypeMethodDescriptionDescribeMLModelsResult.getResults()
A list of MLModel that meet the search criteria.Methods in com.amazonaws.services.machinelearning.model with parameters of type MLModelModifier and TypeMethodDescriptionDescribeMLModelsResult.withResults
(MLModel... results) A list of MLModel that meet the search criteria.Method parameters in com.amazonaws.services.machinelearning.model with type arguments of type MLModelModifier and TypeMethodDescriptionvoid
DescribeMLModelsResult.setResults
(Collection<MLModel> results) A list of MLModel that meet the search criteria.DescribeMLModelsResult.withResults
(Collection<MLModel> results) A list of MLModel that meet the search criteria.