| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
ModelSummary |
ModelSummary.clone() |
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 ML model.
|
ModelSummary |
ModelSummary.withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the ML model.
|
ModelSummary |
ModelSummary.withModelName(String modelName)
The name of the ML model.
|
ModelSummary |
ModelSummary.withStatus(ModelStatus status)
Indicates the status of the ML model.
|
ModelSummary |
ModelSummary.withStatus(String status)
Indicates the status of the ML 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 © 2022. All rights reserved.