public static interface StartMlModelTrainingJobResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<StartMlModelTrainingJobResponse.Builder,StartMlModelTrainingJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartMlModelTrainingJobResponse.Builder |
arn(String arn)
The ARN of the new model training job.
|
StartMlModelTrainingJobResponse.Builder |
creationTimeInMillis(Long creationTimeInMillis)
The model training job creation time, in milliseconds.
|
StartMlModelTrainingJobResponse.Builder |
id(String id)
The unique ID of the new model training job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartMlModelTrainingJobResponse.Builder id(String id)
The unique ID of the new model training job.
id - The unique ID of the new model training job.StartMlModelTrainingJobResponse.Builder arn(String arn)
The ARN of the new model training job.
arn - The ARN of the new model training job.StartMlModelTrainingJobResponse.Builder creationTimeInMillis(Long creationTimeInMillis)
The model training job creation time, in milliseconds.
creationTimeInMillis - The model training job creation time, in milliseconds.Copyright © 2023. All rights reserved.