Interface EdgeModel.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EdgeModel.Builder,
,EdgeModel> SdkBuilder<EdgeModel.Builder,
,EdgeModel> SdkPojo
- Enclosing class:
EdgeModel
public static interface EdgeModel.Builder
extends SdkPojo, CopyableBuilder<EdgeModel.Builder,EdgeModel>
-
Method Summary
Modifier and TypeMethodDescriptionlatestInference
(Instant latestInference) The timestamp of the last inference that was made.latestSampleTime
(Instant latestSampleTime) The timestamp of the last data sample taken.The name of the model.modelVersion
(String modelVersion) The model version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
modelName
The name of the model.
- Parameters:
modelName
- The name of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelVersion
The model version.
- Parameters:
modelVersion
- The model version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestSampleTime
The timestamp of the last data sample taken.
- Parameters:
latestSampleTime
- The timestamp of the last data sample taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestInference
The timestamp of the last inference that was made.
- Parameters:
latestInference
- The timestamp of the last inference that was made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-