@Generated(value="software.amazon.awssdk:codegen") public final class ModelInputConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelInputConfiguration.Builder,ModelInputConfiguration>
The Amazon SageMaker model input configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelInputConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelInputConfiguration.Builder |
builder() |
String |
csvInputTemplate()
Template for constructing the CSV input-data sent to SageMaker.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventTypeName()
The event type name.
|
ModelInputDataFormat |
format()
The format of the model input configuration.
|
String |
formatAsString()
The format of the model input configuration.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jsonInputTemplate()
Template for constructing the JSON input-data sent to SageMaker.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelInputConfiguration.Builder> |
serializableBuilderClass() |
ModelInputConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
useEventVariables()
The event variables.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String eventTypeName()
The event type name.
public final ModelInputDataFormat format()
The format of the model input configuration. The format differs depending on if it is passed through to SageMaker or constructed by Amazon Fraud Detector.
If the service returns an enum value that is not available in the current SDK version, format will
return ModelInputDataFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from formatAsString().
ModelInputDataFormatpublic final String formatAsString()
The format of the model input configuration. The format differs depending on if it is passed through to SageMaker or constructed by Amazon Fraud Detector.
If the service returns an enum value that is not available in the current SDK version, format will
return ModelInputDataFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from formatAsString().
ModelInputDataFormatpublic final Boolean useEventVariables()
The event variables.
public final String jsonInputTemplate()
Template for constructing the JSON input-data sent to SageMaker. At event-evaluation, the placeholders for variable names in the template will be replaced with the variable values before being sent to SageMaker.
public final String csvInputTemplate()
Template for constructing the CSV input-data sent to SageMaker. At event-evaluation, the placeholders for variable-names in the template will be replaced with the variable values before being sent to SageMaker.
public ModelInputConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelInputConfiguration.Builder,ModelInputConfiguration>public static ModelInputConfiguration.Builder builder()
public static Class<? extends ModelInputConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.