| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector |
This is the Amazon Fraud Detector API Reference.
|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
GetModelVersionResult |
AmazonFraudDetectorClient.getModelVersion(GetModelVersionRequest request)
Gets the details of the specified model version.
|
GetModelVersionResult |
AbstractAmazonFraudDetector.getModelVersion(GetModelVersionRequest request) |
GetModelVersionResult |
AmazonFraudDetector.getModelVersion(GetModelVersionRequest getModelVersionRequest)
Gets the details of the specified model version.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetModelVersionResult> |
AbstractAmazonFraudDetectorAsync.getModelVersionAsync(GetModelVersionRequest request,
AsyncHandler<GetModelVersionRequest,GetModelVersionResult> asyncHandler) |
Future<GetModelVersionResult> |
AmazonFraudDetectorAsyncClient.getModelVersionAsync(GetModelVersionRequest request,
AsyncHandler<GetModelVersionRequest,GetModelVersionResult> asyncHandler) |
Future<GetModelVersionResult> |
AmazonFraudDetectorAsync.getModelVersionAsync(GetModelVersionRequest getModelVersionRequest,
AsyncHandler<GetModelVersionRequest,GetModelVersionResult> asyncHandler)
Gets the details of the specified model version.
|
| Modifier and Type | Method and Description |
|---|---|
GetModelVersionResult |
GetModelVersionResult.clone() |
GetModelVersionResult |
GetModelVersionResult.withArn(String arn)
The model version ARN.
|
GetModelVersionResult |
GetModelVersionResult.withExternalEventsDetail(ExternalEventsDetail externalEventsDetail)
The details of the external events data used for training the model version.
|
GetModelVersionResult |
GetModelVersionResult.withIngestedEventsDetail(IngestedEventsDetail ingestedEventsDetail)
The details of the ingested events data used for training the model version.
|
GetModelVersionResult |
GetModelVersionResult.withModelId(String modelId)
The model ID.
|
GetModelVersionResult |
GetModelVersionResult.withModelType(ModelTypeEnum modelType)
The model type.
|
GetModelVersionResult |
GetModelVersionResult.withModelType(String modelType)
The model type.
|
GetModelVersionResult |
GetModelVersionResult.withModelVersionNumber(String modelVersionNumber)
The model version number.
|
GetModelVersionResult |
GetModelVersionResult.withStatus(String status)
The model version status.
|
GetModelVersionResult |
GetModelVersionResult.withTrainingDataSchema(TrainingDataSchema trainingDataSchema)
The training data schema.
|
GetModelVersionResult |
GetModelVersionResult.withTrainingDataSource(String trainingDataSource)
The training data source.
|
GetModelVersionResult |
GetModelVersionResult.withTrainingDataSource(TrainingDataSourceEnum trainingDataSource)
The training data source.
|
Copyright © 2024. All rights reserved.