| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
ModelSummary.Builder |
ModelSummary.Builder.activeModelVersion(Long activeModelVersion)
The model version that the inference scheduler uses to run an inference execution.
|
ModelSummary.Builder |
ModelSummary.Builder.activeModelVersionArn(String activeModelVersionArn)
The Amazon Resource Name (ARN) of the model version that is set as active.
|
static ModelSummary.Builder |
ModelSummary.builder() |
ModelSummary.Builder |
ModelSummary.Builder.createdAt(Instant createdAt)
The time at which the specific model was created.
|
ModelSummary.Builder |
ModelSummary.Builder.datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used to create the model.
|
ModelSummary.Builder |
ModelSummary.Builder.datasetName(String datasetName)
The name of the dataset being used for the machine learning model.
|
ModelSummary.Builder |
ModelSummary.Builder.latestScheduledRetrainingModelVersion(Long latestScheduledRetrainingModelVersion)
Indicates the most recent model version that was generated by retraining.
|
ModelSummary.Builder |
ModelSummary.Builder.latestScheduledRetrainingStartTime(Instant latestScheduledRetrainingStartTime)
Indicates the start time of the most recent scheduled retraining run.
|
ModelSummary.Builder |
ModelSummary.Builder.latestScheduledRetrainingStatus(ModelVersionStatus latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
ModelSummary.Builder |
ModelSummary.Builder.latestScheduledRetrainingStatus(String latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
ModelSummary.Builder |
ModelSummary.Builder.modelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model.
|
ModelSummary.Builder |
ModelSummary.Builder.modelName(String modelName)
The name of the machine learning model.
|
ModelSummary.Builder |
ModelSummary.Builder.nextScheduledRetrainingStartDate(Instant nextScheduledRetrainingStartDate)
Indicates the date that the next scheduled retraining run will start on.
|
ModelSummary.Builder |
ModelSummary.Builder.retrainingSchedulerStatus(RetrainingSchedulerStatus retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
|
ModelSummary.Builder |
ModelSummary.Builder.retrainingSchedulerStatus(String retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
|
ModelSummary.Builder |
ModelSummary.Builder.status(ModelStatus status)
Indicates the status of the machine learning model.
|
ModelSummary.Builder |
ModelSummary.Builder.status(String status)
Indicates the status of the machine learning model.
|
ModelSummary.Builder |
ModelSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModelSummary.Builder> |
ModelSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.