public static interface GetMlEndpointResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetMlEndpointResponse.Builder,GetMlEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetMlEndpointResponse.Builder |
endpoint(Consumer<MlResourceDefinition.Builder> endpoint)
The endpoint definition.
|
GetMlEndpointResponse.Builder |
endpoint(MlResourceDefinition endpoint)
The endpoint definition.
|
default GetMlEndpointResponse.Builder |
endpointConfig(Consumer<MlConfigDefinition.Builder> endpointConfig)
The endpoint configuration
|
GetMlEndpointResponse.Builder |
endpointConfig(MlConfigDefinition endpointConfig)
The endpoint configuration
|
GetMlEndpointResponse.Builder |
id(String id)
The unique identifier of the inference endpoint.
|
GetMlEndpointResponse.Builder |
status(String status)
The status of the inference endpoint.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMlEndpointResponse.Builder status(String status)
The status of the inference endpoint.
status - The status of the inference endpoint.GetMlEndpointResponse.Builder id(String id)
The unique identifier of the inference endpoint.
id - The unique identifier of the inference endpoint.GetMlEndpointResponse.Builder endpoint(MlResourceDefinition endpoint)
The endpoint definition.
endpoint - The endpoint definition.default GetMlEndpointResponse.Builder endpoint(Consumer<MlResourceDefinition.Builder> endpoint)
The endpoint definition.
This is a convenience method that creates an instance of theMlResourceDefinition.Builder avoiding
the need to create one manually via MlResourceDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to endpoint(MlResourceDefinition).
endpoint - a consumer that will call methods on MlResourceDefinition.Builderendpoint(MlResourceDefinition)GetMlEndpointResponse.Builder endpointConfig(MlConfigDefinition endpointConfig)
The endpoint configuration
endpointConfig - The endpoint configurationdefault GetMlEndpointResponse.Builder endpointConfig(Consumer<MlConfigDefinition.Builder> endpointConfig)
The endpoint configuration
This is a convenience method that creates an instance of theMlConfigDefinition.Builder avoiding the
need to create one manually via MlConfigDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to endpointConfig(MlConfigDefinition).
endpointConfig - a consumer that will call methods on MlConfigDefinition.BuilderendpointConfig(MlConfigDefinition)Copyright © 2023. All rights reserved.