CopyableBuilder<CreateRealtimeEndpointResponse.Builder,CreateRealtimeEndpointResponse>
, SdkBuilder<CreateRealtimeEndpointResponse.Builder,CreateRealtimeEndpointResponse>
public static interface CreateRealtimeEndpointResponse.Builder extends CopyableBuilder<CreateRealtimeEndpointResponse.Builder,CreateRealtimeEndpointResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateRealtimeEndpointResponse.Builder |
mlModelId(String mlModelId) |
A user-supplied ID that uniquely identifies the
MLModel . |
CreateRealtimeEndpointResponse.Builder |
realtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo) |
The endpoint information of the
MLModel |
copy
apply, build
CreateRealtimeEndpointResponse.Builder mlModelId(String mlModelId)
A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the
value of the MLModelId
in the request.
mlModelId
- A user-supplied ID that uniquely identifies the MLModel
. This value should be identical
to the value of the MLModelId
in the request.CreateRealtimeEndpointResponse.Builder realtimeEndpointInfo(RealtimeEndpointInfo realtimeEndpointInfo)
The endpoint information of the MLModel
realtimeEndpointInfo
- The endpoint information of the MLModel
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.