Uses of Interface
software.amazon.awssdk.services.neptunedata.model.StartMlModelTrainingJobResponse.Builder
-
Packages that use StartMlModelTrainingJobResponse.Builder Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of StartMlModelTrainingJobResponse.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return StartMlModelTrainingJobResponse.Builder Modifier and Type Method Description StartMlModelTrainingJobResponse.BuilderStartMlModelTrainingJobResponse.Builder. arn(String arn)The ARN of the new model training job.static StartMlModelTrainingJobResponse.BuilderStartMlModelTrainingJobResponse. builder()StartMlModelTrainingJobResponse.BuilderStartMlModelTrainingJobResponse.Builder. creationTimeInMillis(Long creationTimeInMillis)The model training job creation time, in milliseconds.StartMlModelTrainingJobResponse.BuilderStartMlModelTrainingJobResponse.Builder. id(String id)The unique ID of the new model training job.StartMlModelTrainingJobResponse.BuilderStartMlModelTrainingJobResponse. toBuilder()Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type StartMlModelTrainingJobResponse.Builder Modifier and Type Method Description static Class<? extends StartMlModelTrainingJobResponse.Builder>StartMlModelTrainingJobResponse. serializableBuilderClass()
-