Package | Description |
---|---|
com.amazonaws.services.machinelearning.model | |
com.amazonaws.services.machinelearning.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<MLModel> |
DescribeMLModelsResult.results
A list of MLModel that meet the search criteria.
|
Modifier and Type | Method and Description |
---|---|
MLModel |
MLModel.addTrainingParametersEntry(java.lang.String key,
java.lang.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(java.lang.String algorithm)
The algorithm used to train the
MLModel . |
MLModel |
MLModel.withCreatedAt(java.util.Date createdAt)
The time that the
MLModel was created. |
MLModel |
MLModel.withCreatedByIamUser(java.lang.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(java.lang.String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
MLModel |
MLModel.withLastUpdatedAt(java.util.Date lastUpdatedAt)
The time of the most recent edit to the
MLModel . |
MLModel |
MLModel.withMessage(java.lang.String message)
A description of the most recent details about accessing the
MLModel . |
MLModel |
MLModel.withMLModelId(java.lang.String mLModelId)
The ID assigned to the
MLModel at creation. |
MLModel |
MLModel.withMLModelType(MLModelType mLModelType)
Identifies the
MLModel category. |
MLModel |
MLModel.withMLModelType(java.lang.String mLModelType)
Identifies the
MLModel category. |
MLModel |
MLModel.withName(java.lang.String name)
A user-supplied name or description of the
MLModel . |
MLModel |
MLModel.withScoreThreshold(java.lang.Float scoreThreshold) |
MLModel |
MLModel.withScoreThresholdLastUpdatedAt(java.util.Date scoreThresholdLastUpdatedAt)
The time of the most recent edit to the
ScoreThreshold . |
MLModel |
MLModel.withSizeInBytes(java.lang.Long sizeInBytes) |
MLModel |
MLModel.withStatus(EntityStatus status)
The current status of an
MLModel . |
MLModel |
MLModel.withStatus(java.lang.String status)
The current status of an
MLModel . |
MLModel |
MLModel.withTrainingDataSourceId(java.lang.String trainingDataSourceId)
The ID of the training
DataSource . |
MLModel |
MLModel.withTrainingParameters(java.util.Map<java.lang.String,java.lang.String> trainingParameters)
A list of the training parameters in the
MLModel . |
Modifier and Type | Method and Description |
---|---|
java.util.List<MLModel> |
DescribeMLModelsResult.getResults()
A list of MLModel that meet the search criteria.
|
Modifier and Type | Method and Description |
---|---|
DescribeMLModelsResult |
DescribeMLModelsResult.withResults(MLModel... results)
A list of MLModel that meet the search criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeMLModelsResult.setResults(java.util.Collection<MLModel> results)
A list of MLModel that meet the search criteria.
|
DescribeMLModelsResult |
DescribeMLModelsResult.withResults(java.util.Collection<MLModel> results)
A list of MLModel that meet the search criteria.
|
Modifier and Type | Method and Description |
---|---|
MLModel |
MLModelJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MLModelJsonMarshaller.marshall(MLModel mLModel,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|