| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelTypeEnum |
ModelTypeEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ModelTypeEnum |
DescribeModelVersionsRequest.modelType()
The model type.
|
ModelTypeEnum |
GetModelVersionResponse.modelType()
The model type.
|
ModelTypeEnum |
CreateModelVersionRequest.modelType()
The model type.
|
ModelTypeEnum |
DeleteModelVersionRequest.modelType()
The model type of the model version to delete.
|
ModelTypeEnum |
DeleteModelRequest.modelType()
The model type of the model to delete.
|
ModelTypeEnum |
UpdateModelVersionRequest.modelType()
The model type.
|
ModelTypeEnum |
Model.modelType()
The model type.
|
ModelTypeEnum |
UpdateModelVersionStatusRequest.modelType()
The model type.
|
ModelTypeEnum |
UpdateModelRequest.modelType()
The model type.
|
ModelTypeEnum |
ModelVersionDetail.modelType()
The model type.
|
ModelTypeEnum |
GetModelVersionRequest.modelType()
The model type.
|
ModelTypeEnum |
CreateModelVersionResponse.modelType()
The model type.
|
ModelTypeEnum |
CreateModelRequest.modelType()
The model type.
|
ModelTypeEnum |
UpdateModelVersionResponse.modelType()
The model type.
|
ModelTypeEnum |
ModelVersion.modelType()
The model type.
|
ModelTypeEnum |
GetModelsRequest.modelType()
The model type.
|
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 |
|---|---|
static Set<ModelTypeEnum> |
ModelTypeEnum.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeModelVersionsRequest.Builder |
DescribeModelVersionsRequest.Builder.modelType(ModelTypeEnum modelType)
The model type.
|
GetModelVersionResponse.Builder |
GetModelVersionResponse.Builder.modelType(ModelTypeEnum modelType)
The model type.
|
CreateModelVersionRequest.Builder |
CreateModelVersionRequest.Builder.modelType(ModelTypeEnum modelType)
The model type.
|
DeleteModelVersionRequest.Builder |
DeleteModelVersionRequest.Builder.modelType(ModelTypeEnum modelType)
The model type of the model version to delete.
|
DeleteModelRequest.Builder |
DeleteModelRequest.Builder.modelType(ModelTypeEnum modelType)
The model type of the model to delete.
|
UpdateModelVersionRequest.Builder |
UpdateModelVersionRequest.Builder.modelType(ModelTypeEnum modelType)
The model type.
|
Model.Builder |
Model.Builder.modelType(ModelTypeEnum modelType)
The model type.
|
UpdateModelVersionStatusRequest.Builder |
UpdateModelVersionStatusRequest.Builder.modelType(ModelTypeEnum modelType)
The model type.
|
UpdateModelRequest.Builder |
UpdateModelRequest.Builder.modelType(ModelTypeEnum modelType)
The model type.
|
ModelVersionDetail.Builder |
ModelVersionDetail.Builder.modelType(ModelTypeEnum modelType)
The model type.
|
GetModelVersionRequest.Builder |
GetModelVersionRequest.Builder.modelType(ModelTypeEnum modelType)
The model type.
|
CreateModelVersionResponse.Builder |
CreateModelVersionResponse.Builder.modelType(ModelTypeEnum modelType)
The model type.
|
CreateModelRequest.Builder |
CreateModelRequest.Builder.modelType(ModelTypeEnum modelType)
The model type.
|
UpdateModelVersionResponse.Builder |
UpdateModelVersionResponse.Builder.modelType(ModelTypeEnum modelType)
The model type.
|
ModelVersion.Builder |
ModelVersion.Builder.modelType(ModelTypeEnum modelType)
The model type.
|
GetModelsRequest.Builder |
GetModelsRequest.Builder.modelType(ModelTypeEnum modelType)
The model type.
|
Copyright © 2022. All rights reserved.