Uses of Interface
software.amazon.awssdk.services.machinelearning.model.RealtimeEndpointInfo.Builder
-
Packages that use RealtimeEndpointInfo.Builder Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of RealtimeEndpointInfo.Builder in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return RealtimeEndpointInfo.Builder Modifier and Type Method Description static RealtimeEndpointInfo.BuilderRealtimeEndpointInfo. builder()RealtimeEndpointInfo.BuilderRealtimeEndpointInfo.Builder. createdAt(Instant createdAt)The time that the request to create the real-time endpoint for theMLModelwas received.RealtimeEndpointInfo.BuilderRealtimeEndpointInfo.Builder. endpointStatus(String endpointStatus)The current status of the real-time endpoint for theMLModel.RealtimeEndpointInfo.BuilderRealtimeEndpointInfo.Builder. endpointStatus(RealtimeEndpointStatus endpointStatus)The current status of the real-time endpoint for theMLModel.RealtimeEndpointInfo.BuilderRealtimeEndpointInfo.Builder. endpointUrl(String endpointUrl)The URI that specifies where to send real-time prediction requests for theMLModel.RealtimeEndpointInfo.BuilderRealtimeEndpointInfo.Builder. peakRequestsPerSecond(Integer peakRequestsPerSecond)The maximum processing rate for the real-time endpoint forMLModel, measured in incoming requests per second.RealtimeEndpointInfo.BuilderRealtimeEndpointInfo. toBuilder()Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type RealtimeEndpointInfo.Builder Modifier and Type Method Description static Class<? extends RealtimeEndpointInfo.Builder>RealtimeEndpointInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.machinelearning.model with type arguments of type RealtimeEndpointInfo.Builder Modifier and Type Method Description default GetMlModelResponse.BuilderGetMlModelResponse.Builder. endpointInfo(Consumer<RealtimeEndpointInfo.Builder> endpointInfo)The current endpoint of theMLModeldefault MLModel.BuilderMLModel.Builder. endpointInfo(Consumer<RealtimeEndpointInfo.Builder> endpointInfo)The current endpoint of theMLModel.default CreateRealtimeEndpointResponse.BuilderCreateRealtimeEndpointResponse.Builder. realtimeEndpointInfo(Consumer<RealtimeEndpointInfo.Builder> realtimeEndpointInfo)The endpoint information of theMLModeldefault DeleteRealtimeEndpointResponse.BuilderDeleteRealtimeEndpointResponse.Builder. realtimeEndpointInfo(Consumer<RealtimeEndpointInfo.Builder> realtimeEndpointInfo)The endpoint information of theMLModel
-