public static interface CreateMlEndpointResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<CreateMlEndpointResponse.Builder,CreateMlEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateMlEndpointResponse.Builder |
arn(String arn)
The ARN for the new inference endpoint.
|
CreateMlEndpointResponse.Builder |
creationTimeInMillis(Long creationTimeInMillis)
The endpoint creation time, in milliseconds.
|
CreateMlEndpointResponse.Builder |
id(String id)
The unique ID of the new inference endpoint.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMlEndpointResponse.Builder id(String id)
The unique ID of the new inference endpoint.
id - The unique ID of the new inference endpoint.CreateMlEndpointResponse.Builder arn(String arn)
The ARN for the new inference endpoint.
arn - The ARN for the new inference endpoint.CreateMlEndpointResponse.Builder creationTimeInMillis(Long creationTimeInMillis)
The endpoint creation time, in milliseconds.
creationTimeInMillis - The endpoint creation time, in milliseconds.Copyright © 2023. All rights reserved.