Uses of Interface
software.amazon.awssdk.services.neptunedata.model.ListMlEndpointsRequest.Builder
-
Packages that use ListMlEndpointsRequest.Builder Package Description software.amazon.awssdk.services.neptunedata Neptune Data API software.amazon.awssdk.services.neptunedata.model -
-
Uses of ListMlEndpointsRequest.Builder in software.amazon.awssdk.services.neptunedata
Method parameters in software.amazon.awssdk.services.neptunedata with type arguments of type ListMlEndpointsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListMlEndpointsResponse>NeptunedataAsyncClient. listMLEndpoints(Consumer<ListMlEndpointsRequest.Builder> listMlEndpointsRequest)Lists existing inference endpoints.default ListMlEndpointsResponseNeptunedataClient. listMLEndpoints(Consumer<ListMlEndpointsRequest.Builder> listMlEndpointsRequest)Lists existing inference endpoints. -
Uses of ListMlEndpointsRequest.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return ListMlEndpointsRequest.Builder Modifier and Type Method Description static ListMlEndpointsRequest.BuilderListMlEndpointsRequest. builder()ListMlEndpointsRequest.BuilderListMlEndpointsRequest.Builder. maxItems(Integer maxItems)The maximum number of items to return (from 1 to 1024; the default is 10.ListMlEndpointsRequest.BuilderListMlEndpointsRequest.Builder. neptuneIamRoleArn(String neptuneIamRoleArn)The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.ListMlEndpointsRequest.BuilderListMlEndpointsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMlEndpointsRequest.BuilderListMlEndpointsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMlEndpointsRequest.BuilderListMlEndpointsRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type ListMlEndpointsRequest.Builder Modifier and Type Method Description static Class<? extends ListMlEndpointsRequest.Builder>ListMlEndpointsRequest. serializableBuilderClass()
-