Class StartInferenceExperimentRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.sagemaker.transform.StartInferenceExperimentRequestMarshaller
- All Implemented Interfaces:
 Marshaller<StartInferenceExperimentRequest>
@Generated("software.amazon.awssdk:codegen")
public class StartInferenceExperimentRequestMarshaller
extends Object
implements Marshaller<StartInferenceExperimentRequest>
StartInferenceExperimentRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescriptionStartInferenceExperimentRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(StartInferenceExperimentRequest startInferenceExperimentRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
StartInferenceExperimentRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<StartInferenceExperimentRequest>- Parameters:
 startInferenceExperimentRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -