| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
MLModel.Builder |
MLModel.Builder.algorithm(Algorithm algorithm)
The algorithm used to train the
MLModel. |
MLModel.Builder |
MLModel.Builder.algorithm(String algorithm)
The algorithm used to train the
MLModel. |
static MLModel.Builder |
MLModel.builder() |
MLModel.Builder |
MLModel.Builder.computeTime(Long computeTime)
Sets the value of the ComputeTime property for this object.
|
MLModel.Builder |
MLModel.Builder.createdAt(Instant createdAt)
The time that the
MLModel was created. |
MLModel.Builder |
MLModel.Builder.createdByIamUser(String createdByIamUser)
The AWS user account from which the
MLModel was created. |
default MLModel.Builder |
MLModel.Builder.endpointInfo(Consumer<RealtimeEndpointInfo.Builder> endpointInfo)
The current endpoint of the
MLModel. |
MLModel.Builder |
MLModel.Builder.endpointInfo(RealtimeEndpointInfo endpointInfo)
The current endpoint of the
MLModel. |
MLModel.Builder |
MLModel.Builder.finishedAt(Instant finishedAt)
Sets the value of the FinishedAt property for this object.
|
MLModel.Builder |
MLModel.Builder.inputDataLocationS3(String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
|
MLModel.Builder |
MLModel.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The time of the most recent edit to the
MLModel. |
MLModel.Builder |
MLModel.Builder.message(String message)
A description of the most recent details about accessing the
MLModel. |
MLModel.Builder |
MLModel.Builder.mlModelId(String mlModelId)
The ID assigned to the
MLModel at creation. |
MLModel.Builder |
MLModel.Builder.mlModelType(MLModelType mlModelType)
Identifies the
MLModel category. |
MLModel.Builder |
MLModel.Builder.mlModelType(String mlModelType)
Identifies the
MLModel category. |
MLModel.Builder |
MLModel.Builder.name(String name)
A user-supplied name or description of the
MLModel. |
MLModel.Builder |
MLModel.Builder.scoreThreshold(Float scoreThreshold)
Sets the value of the ScoreThreshold property for this object.
|
MLModel.Builder |
MLModel.Builder.scoreThresholdLastUpdatedAt(Instant scoreThresholdLastUpdatedAt)
The time of the most recent edit to the
ScoreThreshold. |
MLModel.Builder |
MLModel.Builder.sizeInBytes(Long sizeInBytes)
Sets the value of the SizeInBytes property for this object.
|
MLModel.Builder |
MLModel.Builder.startedAt(Instant startedAt)
Sets the value of the StartedAt property for this object.
|
MLModel.Builder |
MLModel.Builder.status(EntityStatus status)
The current status of an
MLModel. |
MLModel.Builder |
MLModel.Builder.status(String status)
The current status of an
MLModel. |
MLModel.Builder |
MLModel.toBuilder() |
MLModel.Builder |
MLModel.Builder.trainingDataSourceId(String trainingDataSourceId)
The ID of the training
DataSource. |
MLModel.Builder |
MLModel.Builder.trainingParameters(Map<String,String> trainingParameters)
A list of the training parameters in the
MLModel. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MLModel.Builder> |
MLModel.serializableBuilderClass() |
Copyright © 2022. All rights reserved.