| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
ModelSummary |
ModelSummary.clone() |
ModelSummary |
ModelSummary.withActiveModelVersion(Long activeModelVersion)
The model version that the inference scheduler uses to run an inference execution.
|
ModelSummary |
ModelSummary.withActiveModelVersionArn(String activeModelVersionArn)
The Amazon Resource Name (ARN) of the model version that is set as active.
|
ModelSummary |
ModelSummary.withCreatedAt(Date createdAt)
The time at which the specific model was created.
|
ModelSummary |
ModelSummary.withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used to create the model.
|
ModelSummary |
ModelSummary.withDatasetName(String datasetName)
The name of the dataset being used for the machine learning model.
|
ModelSummary |
ModelSummary.withLatestScheduledRetrainingModelVersion(Long latestScheduledRetrainingModelVersion)
Indicates the most recent model version that was generated by retraining.
|
ModelSummary |
ModelSummary.withLatestScheduledRetrainingStartTime(Date latestScheduledRetrainingStartTime)
Indicates the start time of the most recent scheduled retraining run.
|
ModelSummary |
ModelSummary.withLatestScheduledRetrainingStatus(ModelVersionStatus latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
ModelSummary |
ModelSummary.withLatestScheduledRetrainingStatus(String latestScheduledRetrainingStatus)
Indicates the status of the most recent scheduled retraining run.
|
ModelSummary |
ModelSummary.withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model.
|
ModelSummary |
ModelSummary.withModelName(String modelName)
The name of the machine learning model.
|
ModelSummary |
ModelSummary.withNextScheduledRetrainingStartDate(Date nextScheduledRetrainingStartDate)
Indicates the date that the next scheduled retraining run will start on.
|
ModelSummary |
ModelSummary.withRetrainingSchedulerStatus(RetrainingSchedulerStatus retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
|
ModelSummary |
ModelSummary.withRetrainingSchedulerStatus(String retrainingSchedulerStatus)
Indicates the status of the retraining scheduler.
|
ModelSummary |
ModelSummary.withStatus(ModelStatus status)
Indicates the status of the machine learning model.
|
ModelSummary |
ModelSummary.withStatus(String status)
Indicates the status of the machine learning model.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelSummary> |
ListModelsResult.getModelSummaries()
Provides information on the specified model, including created time, model and dataset ARNs, and status.
|
| Modifier and Type | Method and Description |
|---|---|
ListModelsResult |
ListModelsResult.withModelSummaries(ModelSummary... modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelsResult.setModelSummaries(Collection<ModelSummary> modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
|
ListModelsResult |
ListModelsResult.withModelSummaries(Collection<ModelSummary> modelSummaries)
Provides information on the specified model, including created time, model and dataset ARNs, and status.
|
Copyright © 2023. All rights reserved.