Uses of Interface
software.amazon.awssdk.services.machinelearning.model.CreateRealtimeEndpointResponse.Builder
-
Packages that use CreateRealtimeEndpointResponse.Builder Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of CreateRealtimeEndpointResponse.Builder in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return CreateRealtimeEndpointResponse.Builder Modifier and Type Method Description static CreateRealtimeEndpointResponse.BuilderCreateRealtimeEndpointResponse. builder()CreateRealtimeEndpointResponse.BuilderCreateRealtimeEndpointResponse.Builder. mlModelId(String mlModelId)A user-supplied ID that uniquely identifies theMLModel.default CreateRealtimeEndpointResponse.BuilderCreateRealtimeEndpointResponse.Builder. realtimeEndpointInfo(Consumer<RealtimeEndpointInfo.Builder> realtimeEndpointInfo)The endpoint information of theMLModelCreateRealtimeEndpointResponse.BuilderCreateRealtimeEndpointResponse.Builder. realtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)The endpoint information of theMLModelCreateRealtimeEndpointResponse.BuilderCreateRealtimeEndpointResponse. toBuilder()Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type CreateRealtimeEndpointResponse.Builder Modifier and Type Method Description static Class<? extends CreateRealtimeEndpointResponse.Builder>CreateRealtimeEndpointResponse. serializableBuilderClass()
-