@Generated(value="software.amazon.awssdk:codegen") public final class DetectAnomaliesRequest extends LookoutVisionRequest implements ToCopyableBuilder<DetectAnomaliesRequest.Builder,DetectAnomaliesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DetectAnomaliesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DetectAnomaliesRequest.Builder |
builder() |
String |
contentType()
The type of the image passed in
Body. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
modelVersion()
The version of the model that you want to use.
|
String |
projectName()
The name of the project that contains the model version that you want to use.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DetectAnomaliesRequest.Builder> |
serializableBuilderClass() |
DetectAnomaliesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String projectName()
The name of the project that contains the model version that you want to use.
public String modelVersion()
The version of the model that you want to use.
public String contentType()
The type of the image passed in Body. Valid values are image/png (PNG format images)
and image/jpeg (JPG format images).
Body. Valid values are image/png (PNG format
images) and image/jpeg (JPG format images).public DetectAnomaliesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DetectAnomaliesRequest.Builder,DetectAnomaliesRequest>toBuilder in class LookoutVisionRequestpublic static DetectAnomaliesRequest.Builder builder()
public static Class<? extends DetectAnomaliesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.