Uses of Interface
software.amazon.awssdk.services.frauddetector.model.ModelEndpointDataBlob.Builder
-
Packages that use ModelEndpointDataBlob.Builder Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of ModelEndpointDataBlob.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return ModelEndpointDataBlob.Builder Modifier and Type Method Description static ModelEndpointDataBlob.BuilderModelEndpointDataBlob. builder()ModelEndpointDataBlob.BuilderModelEndpointDataBlob.Builder. byteBuffer(SdkBytes byteBuffer)The byte buffer of the Amazon SageMaker model endpoint input data blob.ModelEndpointDataBlob.BuilderModelEndpointDataBlob.Builder. contentType(String contentType)The content type of the Amazon SageMaker model endpoint input data blob.ModelEndpointDataBlob.BuilderModelEndpointDataBlob. toBuilder()Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type ModelEndpointDataBlob.Builder Modifier and Type Method Description static Class<? extends ModelEndpointDataBlob.Builder>ModelEndpointDataBlob. serializableBuilderClass()
-