MLModel |
MLModel.addTrainingParametersEntry(String key,
String value) |
|
MLModel |
MLModel.clearTrainingParametersEntries() |
Removes all the entries added into TrainingParameters.
|
MLModel |
MLModel.clone() |
|
MLModel |
MLModel.withAlgorithm(Algorithm algorithm) |
The algorithm used to train the MLModel .
|
MLModel |
MLModel.withAlgorithm(String algorithm) |
The algorithm used to train the MLModel .
|
MLModel |
MLModel.withCreatedAt(Date createdAt) |
The time that the MLModel was created.
|
MLModel |
MLModel.withCreatedByIamUser(String createdByIamUser) |
The AWS user account from which the MLModel was created.
|
MLModel |
MLModel.withEndpointInfo(RealtimeEndpointInfo endpointInfo) |
The current endpoint of the MLModel .
|
MLModel |
MLModel.withInputDataLocationS3(String inputDataLocationS3) |
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
MLModel |
MLModel.withLastUpdatedAt(Date lastUpdatedAt) |
The time of the most recent edit to the MLModel .
|
MLModel |
MLModel.withMessage(String message) |
A description of the most recent details about accessing the
MLModel .
|
MLModel |
MLModel.withMLModelId(String mLModelId) |
The ID assigned to the MLModel at creation.
|
MLModel |
MLModel.withMLModelType(MLModelType mLModelType) |
Identifies the MLModel category.
|
MLModel |
MLModel.withMLModelType(String mLModelType) |
Identifies the MLModel category.
|
MLModel |
MLModel.withName(String name) |
A user-supplied name or description of the MLModel .
|
MLModel |
MLModel.withScoreThreshold(Float scoreThreshold) |
|
MLModel |
MLModel.withScoreThresholdLastUpdatedAt(Date scoreThresholdLastUpdatedAt) |
The time of the most recent edit to the ScoreThreshold .
|
MLModel |
MLModel.withSizeInBytes(Long sizeInBytes) |
|
MLModel |
MLModel.withStatus(EntityStatus status) |
The current status of an MLModel .
|
MLModel |
MLModel.withStatus(String status) |
The current status of an MLModel .
|
MLModel |
MLModel.withTrainingDataSourceId(String trainingDataSourceId) |
The ID of the training DataSource .
|
MLModel |
MLModel.withTrainingParameters(Map<String,String> trainingParameters) |
A list of the training parameters in the MLModel .
|