getTrainingJobLogs_Pre method
Future<GetTrainingJobLogsResponse>
getTrainingJobLogs_Pre(
- ServiceCall call,
- Future<
GetTrainingJobLogsRequest> request
Implementation
$async.Future<$7.GetTrainingJobLogsResponse> getTrainingJobLogs_Pre($grpc.ServiceCall call, $async.Future<$7.GetTrainingJobLogsRequest> request) async {
return getTrainingJobLogs(call, await request);
}