Uses of Interface
software.amazon.awssdk.services.neptunedata.model.GetMlEndpointRequest.Builder
-
Packages that use GetMlEndpointRequest.Builder Package Description software.amazon.awssdk.services.neptunedata Neptune Data API software.amazon.awssdk.services.neptunedata.model -
-
Uses of GetMlEndpointRequest.Builder in software.amazon.awssdk.services.neptunedata
Method parameters in software.amazon.awssdk.services.neptunedata with type arguments of type GetMlEndpointRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMlEndpointResponse>NeptunedataAsyncClient. getMLEndpoint(Consumer<GetMlEndpointRequest.Builder> getMlEndpointRequest)Retrieves details about an inference endpoint.default GetMlEndpointResponseNeptunedataClient. getMLEndpoint(Consumer<GetMlEndpointRequest.Builder> getMlEndpointRequest)Retrieves details about an inference endpoint. -
Uses of GetMlEndpointRequest.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return GetMlEndpointRequest.Builder Modifier and Type Method Description static GetMlEndpointRequest.BuilderGetMlEndpointRequest. builder()GetMlEndpointRequest.BuilderGetMlEndpointRequest.Builder. id(String id)The unique identifier of the inference endpoint.GetMlEndpointRequest.BuilderGetMlEndpointRequest.Builder. neptuneIamRoleArn(String neptuneIamRoleArn)The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.GetMlEndpointRequest.BuilderGetMlEndpointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMlEndpointRequest.BuilderGetMlEndpointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMlEndpointRequest.BuilderGetMlEndpointRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type GetMlEndpointRequest.Builder Modifier and Type Method Description static Class<? extends GetMlEndpointRequest.Builder>GetMlEndpointRequest. serializableBuilderClass()
-