| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelTypeEnum |
ModelTypeEnum.fromValue(String value)
Use this in place of valueOf.
|
static ModelTypeEnum |
ModelTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelTypeEnum[] |
ModelTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Model |
Model.withModelType(ModelTypeEnum modelType)
The model type.
|
PutModelRequest |
PutModelRequest.withModelType(ModelTypeEnum modelType)
The model type.
|
DescribeModelVersionsRequest |
DescribeModelVersionsRequest.withModelType(ModelTypeEnum modelType)
The model type.
|
GetModelVersionResult |
GetModelVersionResult.withModelType(ModelTypeEnum modelType)
The model type.
|
CreateModelVersionRequest |
CreateModelVersionRequest.withModelType(ModelTypeEnum modelType)
The model type.
|
GetModelVersionRequest |
GetModelVersionRequest.withModelType(ModelTypeEnum modelType)
The model type.
|
CreateModelVersionResult |
CreateModelVersionResult.withModelType(ModelTypeEnum modelType)
The model type.
|
UpdateModelVersionRequest |
UpdateModelVersionRequest.withModelType(ModelTypeEnum modelType)
The model type.
|
ModelVersion |
ModelVersion.withModelType(ModelTypeEnum modelType)
The model type.
|
ModelVersionDetail |
ModelVersionDetail.withModelType(ModelTypeEnum modelType)
The model type.
|
GetModelsRequest |
GetModelsRequest.withModelType(ModelTypeEnum modelType)
The model type.
|
Copyright © 2019. All rights reserved.