| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
ModelMetadata |
ModelMetadata.clone() |
ModelMetadata |
CreateModelResult.getModelMetadata()
The response from a call to
CreateModel. |
ModelMetadata |
ModelMetadata.withCreationTimestamp(Date creationTimestamp)
The unix timestamp for the date and time that the model was created.
|
ModelMetadata |
ModelMetadata.withDescription(String description)
The description for the model.
|
ModelMetadata |
ModelMetadata.withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
|
ModelMetadata |
ModelMetadata.withModelVersion(String modelVersion)
The version of the model.
|
ModelMetadata |
ModelMetadata.withPerformance(ModelPerformance performance)
Performance metrics for the model.
|
ModelMetadata |
ModelMetadata.withStatus(ModelStatus status)
The status of the model.
|
ModelMetadata |
ModelMetadata.withStatus(String status)
The status of the model.
|
ModelMetadata |
ModelMetadata.withStatusMessage(String statusMessage)
The status message for the model.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelMetadata> |
ListModelsResult.getModels()
A list of model versions in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateModelResult.setModelMetadata(ModelMetadata modelMetadata)
The response from a call to
CreateModel. |
CreateModelResult |
CreateModelResult.withModelMetadata(ModelMetadata modelMetadata)
The response from a call to
CreateModel. |
ListModelsResult |
ListModelsResult.withModels(ModelMetadata... models)
A list of model versions in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelsResult.setModels(Collection<ModelMetadata> models)
A list of model versions in the specified project.
|
ListModelsResult |
ListModelsResult.withModels(Collection<ModelMetadata> models)
A list of model versions in the specified project.
|
Copyright © 2023. All rights reserved.