public static interface ModelInputConfiguration.Builder extends SdkPojo, CopyableBuilder<ModelInputConfiguration.Builder,ModelInputConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ModelInputConfiguration.Builder |
csvInputTemplate(String csvInputTemplate)
Template for constructing the CSV input-data sent to SageMaker.
|
ModelInputConfiguration.Builder |
eventTypeName(String eventTypeName)
The event type name.
|
ModelInputConfiguration.Builder |
format(ModelInputDataFormat format)
The format of the model input configuration.
|
ModelInputConfiguration.Builder |
format(String format)
The format of the model input configuration.
|
ModelInputConfiguration.Builder |
jsonInputTemplate(String jsonInputTemplate)
Template for constructing the JSON input-data sent to SageMaker.
|
ModelInputConfiguration.Builder |
useEventVariables(Boolean useEventVariables)
The event variables.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelInputConfiguration.Builder eventTypeName(String eventTypeName)
The event type name.
eventTypeName - The event type name.ModelInputConfiguration.Builder format(String 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.
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.ModelInputDataFormat,
ModelInputDataFormatModelInputConfiguration.Builder format(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.
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.ModelInputDataFormat,
ModelInputDataFormatModelInputConfiguration.Builder useEventVariables(Boolean useEventVariables)
The event variables.
useEventVariables - The event variables.ModelInputConfiguration.Builder jsonInputTemplate(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.
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.ModelInputConfiguration.Builder csvInputTemplate(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.
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.Copyright © 2022. All rights reserved.