| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelVersionSourceType |
ModelVersionSourceType.fromValue(String value)
Use this in place of valueOf.
|
static ModelVersionSourceType |
ModelVersionSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelVersionSourceType[] |
ModelVersionSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ModelVersionSummary |
ModelVersionSummary.withSourceType(ModelVersionSourceType sourceType)
Indicates how this model version was generated.
|
ListModelVersionsRequest |
ListModelVersionsRequest.withSourceType(ModelVersionSourceType sourceType)
Filter the results based on the way the model version was generated.
|
DescribeModelVersionResult |
DescribeModelVersionResult.withSourceType(ModelVersionSourceType sourceType)
Indicates whether this model version was created by training or by importing.
|
Copyright © 2024. All rights reserved.