public static interface DetectAnomaliesRequest.Builder extends LookoutVisionRequest.Builder, SdkPojo, CopyableBuilder<DetectAnomaliesRequest.Builder,DetectAnomaliesRequest>
| Modifier and Type | Method and Description |
|---|---|
DetectAnomaliesRequest.Builder |
contentType(String contentType)
The type of the image passed in
Body. |
DetectAnomaliesRequest.Builder |
modelVersion(String modelVersion)
The version of the model that you want to use.
|
DetectAnomaliesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DetectAnomaliesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DetectAnomaliesRequest.Builder |
projectName(String projectName)
The name of the project that contains the model version that you want to use.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectAnomaliesRequest.Builder projectName(String projectName)
The name of the project that contains the model version that you want to use.
projectName - The name of the project that contains the model version that you want to use.DetectAnomaliesRequest.Builder modelVersion(String modelVersion)
The version of the model that you want to use.
modelVersion - The version of the model that you want to use.DetectAnomaliesRequest.Builder contentType(String contentType)
The type of the image passed in Body. Valid values are image/png (PNG format
images) and image/jpeg (JPG format images).
contentType - The type of the image passed in Body. Valid values are image/png (PNG format
images) and image/jpeg (JPG format images).DetectAnomaliesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDetectAnomaliesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.