Interface EdgeModel.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EdgeModel.Builder,,- EdgeModel> - SdkBuilder<EdgeModel.Builder,,- EdgeModel> - SdkPojo
- Enclosing class:
- EdgeModel
@Mutable
@NotThreadSafe
public static interface EdgeModel.Builder
extends SdkPojo, CopyableBuilder<EdgeModel.Builder,EdgeModel> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
modelNameThe 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.
 
- 
modelVersionThe model version. - Parameters:
- modelVersion- The model version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
latestSampleTimeThe 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.
 
- 
latestInferenceThe 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.
 
 
-