| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
ExternalModel |
ExternalModel.clone() |
ExternalModel |
ExternalModel.withArn(String arn)
The model ARN.
|
ExternalModel |
ExternalModel.withCreatedTime(String createdTime)
Timestamp of when the model was last created.
|
ExternalModel |
ExternalModel.withInputConfiguration(ModelInputConfiguration inputConfiguration)
The input configuration.
|
ExternalModel |
ExternalModel.withInvokeModelEndpointRoleArn(String invokeModelEndpointRoleArn)
The role used to invoke the model.
|
ExternalModel |
ExternalModel.withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the model was last updated.
|
ExternalModel |
ExternalModel.withModelEndpoint(String modelEndpoint)
The Amazon SageMaker model endpoints.
|
ExternalModel |
ExternalModel.withModelEndpointStatus(ModelEndpointStatus modelEndpointStatus)
The Amazon Fraud Detector status for the external model endpoint
|
ExternalModel |
ExternalModel.withModelEndpointStatus(String modelEndpointStatus)
The Amazon Fraud Detector status for the external model endpoint
|
ExternalModel |
ExternalModel.withModelSource(ModelSource modelSource)
The source of the model.
|
ExternalModel |
ExternalModel.withModelSource(String modelSource)
The source of the model.
|
ExternalModel |
ExternalModel.withOutputConfiguration(ModelOutputConfiguration outputConfiguration)
The output configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExternalModel> |
GetExternalModelsResult.getExternalModels()
Gets the Amazon SageMaker models.
|
| Modifier and Type | Method and Description |
|---|---|
GetExternalModelsResult |
GetExternalModelsResult.withExternalModels(ExternalModel... externalModels)
Gets the Amazon SageMaker models.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetExternalModelsResult.setExternalModels(Collection<ExternalModel> externalModels)
Gets the Amazon SageMaker models.
|
GetExternalModelsResult |
GetExternalModelsResult.withExternalModels(Collection<ExternalModel> externalModels)
Gets the Amazon SageMaker models.
|
Copyright © 2025. All rights reserved.