| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
ModelVersionSummary |
ModelVersionSummary.clone() |
ModelVersionSummary |
ModelVersionSummary.withCreatedAt(Date createdAt)
The time when this model version was created.
|
ModelVersionSummary |
ModelVersionSummary.withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model that this model version is a version of.
|
ModelVersionSummary |
ModelVersionSummary.withModelName(String modelName)
The name of the model that this model version is a version of.
|
ModelVersionSummary |
ModelVersionSummary.withModelQuality(ModelQuality modelQuality)
Provides a quality assessment for a model that uses labels.
|
ModelVersionSummary |
ModelVersionSummary.withModelQuality(String modelQuality)
Provides a quality assessment for a model that uses labels.
|
ModelVersionSummary |
ModelVersionSummary.withModelVersion(Long modelVersion)
The version of the model.
|
ModelVersionSummary |
ModelVersionSummary.withModelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version.
|
ModelVersionSummary |
ModelVersionSummary.withSourceType(ModelVersionSourceType sourceType)
Indicates how this model version was generated.
|
ModelVersionSummary |
ModelVersionSummary.withSourceType(String sourceType)
Indicates how this model version was generated.
|
ModelVersionSummary |
ModelVersionSummary.withStatus(ModelVersionStatus status)
The current status of the model version.
|
ModelVersionSummary |
ModelVersionSummary.withStatus(String status)
The current status of the model version.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelVersionSummary> |
ListModelVersionsResult.getModelVersionSummaries()
Provides information on the specified model version, including the created time, model and dataset ARNs, and
status.
|
| Modifier and Type | Method and Description |
|---|---|
ListModelVersionsResult |
ListModelVersionsResult.withModelVersionSummaries(ModelVersionSummary... modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and
status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelVersionsResult.setModelVersionSummaries(Collection<ModelVersionSummary> modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and
status.
|
ListModelVersionsResult |
ListModelVersionsResult.withModelVersionSummaries(Collection<ModelVersionSummary> modelVersionSummaries)
Provides information on the specified model version, including the created time, model and dataset ARNs, and
status.
|
Copyright © 2025. All rights reserved.