@Generated(value="software.amazon.awssdk:codegen") public final class ModelBiasJobInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelBiasJobInput.Builder,ModelBiasJobInput>
Inputs for the model bias job.
Modifier and Type | Class and Description |
---|---|
static interface |
ModelBiasJobInput.Builder |
Modifier and Type | Method and Description |
---|---|
static ModelBiasJobInput.Builder |
builder() |
EndpointInput |
endpointInput()
Returns the value of the EndpointInput property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
MonitoringGroundTruthS3Input |
groundTruthS3Input()
Location of ground truth labels to use in model bias job.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelBiasJobInput.Builder> |
serializableBuilderClass() |
ModelBiasJobInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final EndpointInput endpointInput()
public final MonitoringGroundTruthS3Input groundTruthS3Input()
Location of ground truth labels to use in model bias job.
public ModelBiasJobInput.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ModelBiasJobInput.Builder,ModelBiasJobInput>
public static ModelBiasJobInput.Builder builder()
public static Class<? extends ModelBiasJobInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.