Uses of Interface
software.amazon.awssdk.services.neptunedata.model.GetMlModelTrainingJobRequest.Builder
-
Packages that use GetMlModelTrainingJobRequest.Builder Package Description software.amazon.awssdk.services.neptunedata Neptune Data API software.amazon.awssdk.services.neptunedata.model -
-
Uses of GetMlModelTrainingJobRequest.Builder in software.amazon.awssdk.services.neptunedata
Method parameters in software.amazon.awssdk.services.neptunedata with type arguments of type GetMlModelTrainingJobRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMlModelTrainingJobResponse>NeptunedataAsyncClient. getMLModelTrainingJob(Consumer<GetMlModelTrainingJobRequest.Builder> getMlModelTrainingJobRequest)Retrieves information about a Neptune ML model training job.default GetMlModelTrainingJobResponseNeptunedataClient. getMLModelTrainingJob(Consumer<GetMlModelTrainingJobRequest.Builder> getMlModelTrainingJobRequest)Retrieves information about a Neptune ML model training job. -
Uses of GetMlModelTrainingJobRequest.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return GetMlModelTrainingJobRequest.Builder Modifier and Type Method Description static GetMlModelTrainingJobRequest.BuilderGetMlModelTrainingJobRequest. builder()GetMlModelTrainingJobRequest.BuilderGetMlModelTrainingJobRequest.Builder. id(String id)The unique identifier of the model-training job to retrieve.GetMlModelTrainingJobRequest.BuilderGetMlModelTrainingJobRequest.Builder. neptuneIamRoleArn(String neptuneIamRoleArn)The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.GetMlModelTrainingJobRequest.BuilderGetMlModelTrainingJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMlModelTrainingJobRequest.BuilderGetMlModelTrainingJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMlModelTrainingJobRequest.BuilderGetMlModelTrainingJobRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type GetMlModelTrainingJobRequest.Builder Modifier and Type Method Description static Class<? extends GetMlModelTrainingJobRequest.Builder>GetMlModelTrainingJobRequest. serializableBuilderClass()
-